Commit b50bfa27 authored by Denis Bilenko's avatar Denis Bilenko

add test for shutting down Hub which was not yet started

parent 358164ac
"""Tests that Hub.shutdown() works even when hub is not yet started"""
import gevent.hub
res = gevent.hub.get_hub().shutdown()
assert res is None, res
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