TDD workshop Let's learn the TDD workflow. Setup 🚀 Fork the project. Clone to your local. git clone [email protected]:eb-octavio/tdd-zonda.git Create a virtualenv cd tdd-zonda mkvirtualenvwrapper --python=python3 tdd-zonda pip install -e.[dev] Running the tests ☕️ pytest