Dead simple basic Python TDD application skeleton with Docker
Add all dependencies to requirements.txt
Replace all instances of 'pyapp' with your application name
- Within the container, run
pip install -e . - Create a new test for your function/object
- Run the test with
pytest