My codewars katas Install poetry virtual environment $ poetry install Run tests with pytest and coverage $ poetry run task simple_test Run tests with pytest, coverage, linting, type checking, formatting, and complexity analysis $ poetry run task test