]> granicus.if.org Git - python/commitdiff
Issue #25551: Test condition behavior instead of its internals
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 29 Apr 2016 14:25:51 +0000 (17:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 29 Apr 2016 14:25:51 +0000 (17:25 +0300)
test_reset_internal_locks was looking at Event's _cond._lock. This
makes it harder to change internals of the Condition object and
makes the test fragile.

The test was added by Nir Soffer in 6108d30dde21.

Patch by Nir Soffer.

1  2 
Lib/test/lock_tests.py

Simple merge