I'm using nose
to run some system tests, one of which is to test whether a (config) file exists. If this file exists, I'd like to run some additional tests on it. If not, I'd like to skip a bunch of tests.
What's the best approach to take to make nose
include the additional tests if the main test passes?