[New-bugs-announce] [issue25551] Event's test_reset_internal_locks too fragile

Nir Soffer report at bugs.python.org
Wed Nov 4 17:45:50 EST 2015


New submission from Nir Soffer:

test_reset_internal_locks is looking at Event's _cond._lock - this make it harder to change internal details of the Condition object and make the test fragile.

We should test the condition behavior instead.

----------
components: Tests
messages: 254074
nosy: nirs
priority: normal
severity: normal
status: open
title: Event's test_reset_internal_locks too fragile
type: enhancement
versions: Python 3.6

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


More information about the New-bugs-announce mailing list