Executing a specific test with nose
Because I am always looking for the right syntax and I have 20 bad invocations of nose in my bash history, here is how you execute a single, specific test with nose:
nosetests package.module:Class.test_method
Because I am always looking for the right syntax and I have 20 bad invocations of nose in my bash history, here is how you execute a single, specific test with nose:
nosetests package.module:Class.test_method