Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 344 Bytes

tests.md

File metadata and controls

16 lines (13 loc) · 344 Bytes

Tests

How to run tests

After installation tests can be run by first entering the poetry shell environment with

poetry shell

and then invoking the script

poe test_full

After that the coverage report is available in htmlcov in the root of the project (which can be opened by poe openhtml if you have firefox).