lisa-lab/pylearn2

Test coverage on python 3

Opened this issue · 0 comments

The number of tests executed on Travis with python 3 is smaller than with python 2, and some specific tests seem to never have been run with python 3.
It is not clear why some test cases are not picked up by nosetests. Maybe inheriting from TestCase is mandatory, or maybe the name matching is stricter.