testing-cabal / unittest-ext

Automatically exported from code.google.com/p/unittest-ext
2 stars 2 forks source link

unittest2py3k: backport the "__call__ fix" for TestSuite #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TestSuite subclasses that override __call__ aren't called correctly. This is 
fixed in unittest2 / py3k but needs backporting to unittestpy3k.

Original issue reported on code.google.com by fuzzyman on 2 Nov 2010 at 3:57

GoogleCodeExporter commented 9 years ago
unittest2-py3k should be reimplemented as a set of patches against unittest in 
Python 3 trunk.

Original comment by fuzzyman on 24 Nov 2010 at 12:35