/TDDwP

Exercises for Test-Driven Development with Python

Primary LanguagePython

TDDwP

Exercises for Test-Driven Development with Python

Start server

# python3 manage.py runserver

Run all tests

# python3 manage.py test

Run unit tests

# python3 manage.py test lists

Run functional tests

# python3 manage.py test functional_tests