[issue10033] can't run unittest because of issubclass

2010-10-05 Thread Ned Deily
Ned Deily added the comment: The unittest module was substantially revised and enhanced for Python 2.7 and the upcoming 3.2. Your test case now works properly under both. $ python2.6 -m unittest -v simple_test -- Ran 0 tests

[issue10033] can't run unittest because of issubclass

2010-10-05 Thread danosaure
New submission from danosaure : I cannot run the simpliest test because issubclass() is always returning False in unittest.py If i follow the documentation, the following should work. python -m unittest simple_test It finds 0 tests because in unittest.py, in the following line: