mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-18 17:21:08 +00:00
9 lines
No EOL
238 B
Text
9 lines
No EOL
238 B
Text
# Test driven development settings
|
|
#
|
|
# Run with : hitch test . --settings tdd.settings
|
|
#
|
|
# Tests stop on first failure, pause and launch into IPython for debugging/interaction.
|
|
|
|
failfast: true
|
|
pause_on_failure: true
|
|
pause_on_success: true |