[issue10992] tests failing when run under coverage

Kristian Vlaardingerbroek report at bugs.python.org
Tue Jan 25 17:53:14 CET 2011


Kristian Vlaardingerbroek <kristian.vlaardingerbroek at gmail.com> added the comment:

Following tests in test_descr.py fail with both methods:

test_iter_items
test_iter_keys
test_iter_values

regrtest -T causes the following test to fail aswell:

test_slots

The test_iter_* tests fail because __locals__ gets added to the namespace of the class it is testing when tracing is enabled.

test_slots fails on line 1031 in a section marked "Test lookup leaks [SF bug 572567]"

----------

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


More information about the Python-bugs-list mailing list