andrericardo / mastermind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastermind

How to run

Run

export PYTHONPATH=. && python3 cli/main.py

Example play

example play screenshot

How to run the tests

Install the development environment requirements

pip install -r requirements_dev.txt

Run tests with pytest

pytest

Development dependencies used

pytest - testing framework

pytest-watch - automatically run the tests in TDD style

black - code formatter

flake8 - linter

About


Languages

Language:Python 100.0%