I have a Pylons 1.0 app with a bunch of tests in the test/functional directory. I\'m getting weird test results and I want to just run a single test. The nose documentation say
For nosetests 1.3.7, you need to do:
1.3.7
nosetests --tests=tests.test_something.py,tests.test_something_else.py.
nosetests --tests=tests.test_something.py,tests.test_something_else.py