Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 549 Bytes

File metadata and controls

22 lines (15 loc) · 549 Bytes

Python

Version CI Coverage Status License

Testing

pytest -vv

Coverage

coverage run -m pytest
coverage report
coverage html