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.*';