Closed lorin closed 11 years ago
Is it possible to configure django-discover-runner so that it stops running tests after it encounters a test failure or error?
Nope, but Django supports that out of the box, with the --failfast option to the test management command.
--failfast
test
Is it possible to configure django-discover-runner so that it stops running tests after it encounters a test failure or error?