Ticket #5521 defect closed fixed
Many ReactorBuilder-style tests in twisted.internet.test do not declare their reactor requirements via requiredInterfaces
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | tests |
| Cc: | micahel@… | Branch: | branches/better-test-declarations-5521 |
| Author: | exarkun | Launchpad Bug: |
Description
ReactorBuilder.requiredInterfaces exists to allow tests which require a particular reactor interface to be skipped when an attempt is made to run those tests against a reactor which does not support that interface.
However, many of our tests (for TCP, for UNIX, for UDP, for time) do not use this feature and will still try to run against a reactor that does not provided the necessary interface.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

