Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 360 Bytes

File metadata and controls

15 lines (9 loc) · 360 Bytes

Python Docker Example

Dead simple basic Python TDD application skeleton with Docker

Customization

Add all dependencies to requirements.txt

Replace all instances of 'pyapp' with your application name

Test/Development cycle

  1. Within the container, run pip install -e .
  2. Create a new test for your function/object
  3. Run the test with pytest