mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# 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
|