Ticket #4562 defect closed fixed
Cyclic dependency between twisted.test.test_failure and twisted.test.generator_failure_tests
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | jessica.mckellar@… | Branch: |
branches/generator-tests-cycle-4562
(diff, github, buildbot, log) |
| Author: | exarkun | Launchpad Bug: |
Description
test_failure imports generator_failure_tests. generator_failure_tests imports test_failure. This works as long as test_failure gets loaded first, but fails as soon as you try to start with generator_failure_tests (which you can observe by picking them specifically with trial: trial twisted.test.generator_failure_tests).
The dependency is really shallow though, so it should be easy to fix.
This is something that was discovered in the #1784, and the fix is pulled straight from that branch as well.
Change History
Note: See
TracTickets for help on using
tickets.
