Skip to content

aleixcm/tdd-python-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD PYTHON BOILERPLATE

Quick implementation (and not finished) of the Bowling Game Kata we did at HolaLuz as a TDD practice.

Install

To run the project you'll need python 3.11. You can install it using Pyenv or any other Python version management tool.

You'll need to create a virtualenv and install pytest. Easiest way to do that is to install pipenv and run the following commands:

Create the environment and install dependencies

pipenv sync --dev

Activate the environment

pipenv shell

Tests

With the virtual environment activated just run:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages