You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into it and it seems that adding a custom CLI option for pytest, as we do in conftest.py can not be done unless the file is in the top-level directory... I don't think there's an easy way out...
I also just tried to research this, and didnt find a solution.
On the other hand, does anyone pip install a package, and then goes to the 20 levels of indirection within their environment to find that folder, and then runs the tests there?
I would have thought someone who wants to run the tests would, anyway, have cloned the git repo...
otherwise tests cannot be run in the installed package
The text was updated successfully, but these errors were encountered: