Skip to content

Coding along with Harry J.W. Percival's book "Test-Driven Development with Python"

Notifications You must be signed in to change notification settings

gesellc/tdd-with-python

Repository files navigation

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
    

About

Coding along with Harry J.W. Percival's book "Test-Driven Development with Python"

Resources

Stars

Watchers

Forks

Packages

No packages published