Ticket #5353 enhancement new
Opened 19 months ago
provide a "fake" IReactorCore for testing
| Reported by: | glyph | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Despite the fact that all the methods on IReactorCore are fairly easy to provide stub implementations of, none of the reactor implementations in twisted.test.proto_helpers provide it. They really should, as it would make testing code that uses these interfaces easier.
Note: See
TracTickets for help on using
tickets.
