Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 235 Bytes

File metadata and controls

18 lines (9 loc) · 235 Bytes

What is this?

This is a basic skeleton for doing TDD in Python.

Run example tests

Install dependencies.

pip install -r requirements.txt

Now you should have a green bar.

py.test

Run tests continuously.

make tdd