Is there any reason why Nose wouldn\'t be able to find tests in Ubuntu 9.04?
I\'m using nose 0.11.1 with python 2.5.4. I can run tests only if I explicitly spec
Use the -all-modules and it will find all the tests.
-all-modules
nosetests --all-modules ./tests