pburkholder / demo_django_test

My gleanings from a foray into Django testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My gleanings from a foray into Django testing


Languages

Language:Python 100.0%