[issue1671298] Refactor test_class to use unittest lib

Georg Brandl report at bugs.python.org
Fri Aug 24 21:19:47 CEST 2007


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 at bugs.python.org>
<http://bugs.python.org/issue1671298>
_____________________________________


More information about the Python-bugs-list mailing list