DeCa09 / python-cicd-template

This is a template repository (still under development!) that aims to be a reusable baseline for doing test-driven-development (TDD) in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests codecov

python-cicd-template

Prerequisites:

  1. The poetry CLI tool is installed on your machine. Poetry is a Python package management tool designed to simplify packaging and dependency management in Python. On macOS, the easiest way to install it is with homebrew:
brew install poetry

About

This is a template repository (still under development!) that aims to be a reusable baseline for doing test-driven-development (TDD) in Python.

License:MIT License


Languages

Language:Python 95.4%Language:Makefile 4.6%