Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.14 KB

Test-Driven Development with Python

In this repository I will work through Harry J.W. Percival's book "Test-Driven Development with Python".

Go and visit the book's home planet: http://www.obeythetestinggoat.com/ !

Check Status

Build Status Coverage Status Code Health

Play with the app locally

Run Tests

  • Run the functional tests

      python3 manage.py test functional_tests
    
  • Run the unit tests

      python3 manage.py test lists