Bugfix to shutdown and restart for the test suite.

This commit is contained in:
Ralph Bean
2016-12-15 13:13:22 -05:00
committed by Matt Prahl
parent 9d3b85426d
commit 775819e87c
2 changed files with 6 additions and 5 deletions

View File

@@ -189,6 +189,7 @@ class TestBuild(unittest.TestCase):
import sys
del sys.modules['twisted.internet.reactor']
del sys.modules['moksha.hub.reactor']
del sys.modules['moksha.hub']
import moksha.hub.reactor
@timed(30)