/demo_django_test

My gleanings from a foray into Django testing

Primary LanguagePython

My Django test examples

python3 manage.py test project_name
python3 -m unittest tests/test_genenv.py tests/test_settings.py

Thanks to: https://github.com/heroku/heroku-django-template/ and the client sponsoring my work so I got to learn more Python testing.