Skip to content

Python template with minimal dependencies to very basic TDD katas

Notifications You must be signed in to change notification settings

dfhermida/python-minimal-kata-tdd-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON-MINIMAL-KATA-TDD-TEMPLATE

This template can be used as starting point in basic TDD katas to be solved in python.

Prerequisites

  • Python >= 3.8
  • Pytest
  • Make (optional)
  • A python virtual environment (optional)

Quick start

Run kata

make run or python .

Run tests

make test or python -m pytest

About

Python template with minimal dependencies to very basic TDD katas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published