[issue20556] Use specific asserts in threading tests

Mark Lawrence report at bugs.python.org
Fri Mar 6 03:28:49 CET 2015


Mark Lawrence added the comment:

Cut and paste error?

         if verbose:
@@ -110,17 +110,17 @@
         for t in threads:
             t.join()
             self.assertTrue(not t.is_alive())
+            self.assertFalse(t.is_alive())

----------
nosy: +BreamoreBoy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20556>
_______________________________________


More information about the Python-bugs-list mailing list