Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 208 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 208 Bytes

Contributing

Unittest

poetry run python -m unittest  # or
poetry run pytest  # or
poetry run tox

Coverage

poetry run coverage run -m pytest
poetry run coverage report -m