Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 454 Bytes

Python Project Template for your projects

Use as a template for python repos, just basics to support python development and testing.

Run the tests

python -m pytest

Debugger

The launch.json file includes the necessary config to support using the vscode python debugger with pytest.

Docker Container

Here is the Dockerfile for this template repo. (Its in a seperate Repo)