You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments