Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.21 KB

Dev environment

Logging

Argument parsing

Docker

docker build -t starter-python .
docker run --rm -ti -p 8000:8000 starter-python

Flask app

Dependencies

See : https://github.com/jazzband/pip-tools

pip install -r requirements.txt

Tests

Tests can be run either from Testing, either directly from test file. They can be debugged too.

Code coverage

Code coverage is displayed on the left gutter, near line numbers