Ticket #2937 (closed enhancement: fixed)
parameterize reactor in twisted.application.internet services
| Reported by: | exarkun | Owned by: | therve |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | therve | Branch: | branches/service-reactor-2937 |
| Author: | therve | Launchpad Bug: |
Description
The unpleasant way ports are bound and connections are made by the internet services means that it is difficult or impossible to test this code without actually hitting the network. This is likewise for application code (such as makeService implementations) which creates these objects.
It should be possible to specify the reactor used by these classes.
Change History
Note: See
TracTickets for help on using
tickets.
