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
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: