jezdez / django-discover-runner

A Django test runner based on unittest2's test discovery.
http://pypi.python.org/pypi/django-discover-runner
Other
132 stars 13 forks source link

Stop on first failure? #5

Closed lorin closed 11 years ago

lorin commented 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?

jezdez commented 11 years ago

Nope, but Django supports that out of the box, with the --failfast option to the test management command.