This is the codebase associated with my pyData Warsaw talk about TDD.
To load the notebook, you can run:
make notebook
This will create the virtual environment and launch Jupyter.
Similarly, to run the tests, you can run:
make test
Optionally you can filter it to a specific file or test:
make test FILTER=test/test_pipeline.py