Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 419 Bytes

My codewars katas

Codewars

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