In #82 I disabled coverage testing by default because I think it is more useful for developers to use breakpoints than to check code coverage. Those interested in code coverage can see the documentation we added here or they already know how to enable it on the command line pytest --cov or in pyproject.toml.
In #82 I disabled coverage testing by default because I think it is more useful for developers to use breakpoints than to check code coverage. Those interested in code coverage can see the documentation we added here or they already know how to enable it on the command line
pytest --cov
or inpyproject.toml
.