Commit 89c5ac91 authored by Denis Bilenko's avatar Denis Bilenko

test__hub.py: add a comment

parent f440a4ff
......@@ -97,6 +97,8 @@ class TestShutdown(unittest.TestCase):
assert 'hub' not in gevent.hub._threadlocal.__dict__
def test(self):
# make sure Hub is started. For the test case when hub is not started, see test_hub_shutdown.py
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