Open
Description
Is there a reason why this guide (only) recommends out-of-tree tests?
I think having in-tree tests, especially for scientific python projects that have compiled components provide benefits, mainly that you can run the tests of the installed module to check if everything is working fine using:
pytest --pyargs <package>