-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
problematic tests #1660
Comments
This is due to wrong assumptions, just as an example:
Obviously, this works when tests are run "in place" (in the work dir), but not when moin is installed into a separate venv (this is how tox runs tests for misc. python versions). Also not sure whether it is a good idea to |
It seems to be due to the fact that the path is assumed to include the 'src' directory. moin/src/moin/_tests/__init__.py Lines 95 to 107 in 9d3de75
I think we can solve this problem by making it the directory where the module is installed. moin/src/moin/_tests/__init__.py Line 103 in 9d3de75
The fix to the get_dirs function will also require modifications to the associated test cases. |
When running tests locally on my machine using
tox
, I get quite some failures:The text was updated successfully, but these errors were encountered: