/test-goat

Walkthrough repository for Harry Percivals *Test-Driven Development with Python*.

Primary LanguageJavaScript

test-goat

This repository contains walkthrough code for Harry Percival's book, Test-Driven Development with Python.

Differences

I've made a few small changes to the project structure compared to the book.

  1. The main application source directory is goat rather than superlists.
  2. All apps (well, technically just the one list app) are all found inside the {{PROJECT}}/goat/apps/ directory, rather than living as siblings of manage.py.
  3. I use pytest as my test runner, which is why there is a pytest.ini file.