Skip to content

alvarogarcia7/fizzbuzz-kata-python

Repository files navigation

Fizz Buzz Kata - Python

Using TDD and Approval Tests (Golden Master) to solve

Running it

Getting started - Local python

This project uses uv for Python package and virtual environment management.

To set up the project:

# Install uv (if not already installed)
# See https://docs.astral.sh/uv/getting-started/installation/

# uv will automatically create a virtual environment and install dependencies
uv sync
make test

Getting started - Docker

make up
make bash
# development
make down

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published