Closed bcbnz closed 3 months ago
I'm always interested in the debate on whether you should package your tests or not. @bcbnz you seem to have a case for packaging them, could you expand a little on why you want to run the tests from the source tarball and why that is useful to you?
Closing due to lack of response
Describe the issue: The source tarball on PyPI does not include conftest.py. This makes it impossible to run the tests as they depend on the custom markers, fixtures etc defined in that file.
Minimal Complete Verifiable Example: