-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
Benjamin West edited this page Mar 18, 2023
·
10 revisions
Pretty simplistic, there is a
testing
folder within the vets
django application which houses the tests.
export DJANGO_SECRET_KEY="<< some long string>>>"
export DJANGO_DATABASE="local"
export DJANGO_DEBUG="True"
Just a call to:
python application/manage.py test --keepdb
python application/manage.py dbshell