scverse / cookiecutter-scverse

Cookiecutter template for scverse
https://cookiecutter-scverse-instance.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
71 stars 9 forks source link

Run tests using `coverage run` #239

Closed flying-sheep closed 1 year ago

flying-sheep commented 1 year ago

Currently neither pytest --cov nor coverage run -m pytest come without drawbacks:

I think due to our use of the src layout, the latter is the better tradeoff