# Test with [pytest](https://docs.pytest.org) Start test with: ```shell pytest ``` Or, if you have [pytest-watch](https://pypi.org/project/pytest-watch) installed: ```shell ptw ``` A convenience script for measuring code coverage is also privded: ```shell ./run-with-cov-details.sh ```