Ticket #4390 defect new
Opened 3 years ago
twisted.internet.stdio should take a reactor argument for improved testing
| Reported by: | hagna | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
right now I have to write tests like
yield task.deferLater(reactor, 1, labmda: None) to put the reactor through the io routine.
It would be nicer to use a fake reactor io routine.
Change History
Note: See
TracTickets for help on using
tickets.
