Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 174 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 174 Bytes

Tests

Run all tests

Using Python unit testing framework:

pytest tests

Using Tox:

tox

Linter

tox -e lint-check
tox -e lint-format