Commit 23a8277c authored by Denis Bilenko's avatar Denis Bilenko

test__hub.py: actually make sure that hub is started before testing

parent 090573d4
......@@ -98,7 +98,7 @@ class TestShutdown(unittest.TestCase):
def test(self):
# make sure Hub is started. For the test case when hub is not started, see test_hub_shutdown.py
gevent.sleep(0)
assert not gevent.hub.get_hub().dead
self._shutdown()
self.assert_no_hub()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment