Mailing List Archive

[issue1671298] Refactor test_class to use unittest lib
Georg Brandl added the comment:

I've figured out the problem with your call stack: the comparison of
callLst with the expected calls adds more calls to callLst, leading to a
failing comparison.

I've fixed this, but the new test still fails with regrtest -R:: -- will
investigate.

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1671298>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1671298] Refactor test_class to use unittest lib [ In reply to ]
Georg Brandl added the comment:

Argh, the test modified the state of one of its classes.

Fixed that and committed now as rev. 57409.

----------
assignee: collinwinter -> georg.brandl
resolution: -> accepted
status: open -> closed

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1671298>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com