-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are installed as package #94
Comments
Hmm, is this a common solution? is it a large issue that the tests are installed as well? https://packaging.python.org/en/latest/tutorials/packaging-projects/ does not mention any special handling for test files. |
Maybe this is also related to the following line:
i need to check whether we still need this. |
I think, test might not have a
|
Ah maybe this is even fixed by moving to src/ layout. I think the |
Currently, the tests are installed as own package and show up in the python environment if the package is installed with pip.
Maybe add
to the pyrpoject.toml. Idk if this works.
The text was updated successfully, but these errors were encountered: