-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
warn about invalid test module names #1426
Comments
Note you won't be able to import that file (i.e. using |
this is not a bug, tests are imported, and dots are not valid in importable module names we should warn about that however |
Just be careful to allow for PEP 3149 |
thanks for the warning, i don't think that pep affects us - since the abi tags are not part of a module name |
PyTest throws import errors when there are dots in my files:
Scripts run fine when executed from command line:
It is only PyTest having problems running them.
Python 2.7 32-bit.
OS: Win7 Pro SP1
The text was updated successfully, but these errors were encountered: