Skip to content

Bootstrap repository for clean code katas in Python

License

Notifications You must be signed in to change notification settings

Coding-Cuddles/bootstrap-python-kata

Repository files navigation

Bootstrap for Python katas

CI Replit

Overview

This is a bootstrap repository for clean code katas in Python 3 using pytest.

Usage

You can import this project into Replit, and it will handle all dependencies automatically.

Prerequisites

Run main

make run

Run tests

make test