Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 393 Bytes

GOAT

An Example project from the book "Test-Driven Web Development with Python" by Harry Percival

Visit this website for more info.

Run the project

python3 manage.py runserver

Test

Everything: python3 manage.py test

Functional Test: python3 manage.py test functional_tests

Unit Test: python3 manage.py test superlist