Archive for March, 2010

nose doesn’t discover tests on Solaris

Note: this is a technical post, to help poor souls that google this
When using nose on Solaris machines, simply running nosetests without specifying the file names will not work if you are the root user. To fix this, you must either not be root, or pass nose the argument –exe. That’s it.
Gory details: [...]

Continue reading » 1 Comment