Commit b5cf6b3
committed
test_twistedreactor: Fix failing test_connection_initialization
This test verifies that the run method of the loop was called during setUp,
but another test (`class TestTwistedTimer`) was creating and starting the
loop before - and this loop was never stopped.
This commit adds cleanup procedure so that the test works even if loop
was started before.1 parent a2a3761 commit b5cf6b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments