[TIP] [nose] any way to just run tests that failed in the previous run?

Ulf Rompe idyll.org at rompe.org
Thu Jun 21 04:47:39 PDT 2012


Am 21.06.2012 12:00, schrieb Chris Withers:
> Is there a plugin or some option I'm missing that would let me say
> "please just run the tests that failed in the last run?"

Maybe "nosetests --failed" is your friend. The first time you call it
like this it will run all tests, but each subsequential call will just
run the tests that failed in the previous run.

-- 
u1f



More information about the testing-in-python mailing list