This change tests the bug that was fixed in pull request #212 . The call to self.assertTrue(c._th.is_alive()) would fail before the changes in that pull request.
I decided to just modify the existing test. Let me know if you'd prefer a new separate test instead.
This change tests the bug that was fixed in pull request #212 . The call to
self.assertTrue(c._th.is_alive())
would fail before the changes in that pull request.I decided to just modify the existing test. Let me know if you'd prefer a new separate test instead.