You can filter nosetests using regular expressions on test names.
Provided all stage tests are named consistently, you can do the following:
#nosetests -v -m '.*_stage.*';
You can filter nosetests using regular expressions on test names.
Provided all stage tests are named consistently, you can do the following:
#nosetests -v -m '.*_stage.*';
Flash news for those who want to use nosetest as default test runner with Eclipse/PyDev:
# Preferences -> PyDev -> PyUnit: select nose test runner