Commit bee1a86a authored by David Wilson's avatar David Wilson

Let utils_test run directly too.

parent 690ee6db
......@@ -30,3 +30,7 @@ class WithRouterTest(unittest.TestCase):
router = func()
self.assertTrue(isinstance(router, mitogen.master.Router))
self.assertFalse(router.broker._thread.isAlive())
if __name__ == '__main__':
unittest.main()
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