-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Not all tests get recognized #18359
Comments
Hi @TylerLeonhardt-alt can you please run the discovery command in your terminal and copy the output? does it show you any error? |
I don't see anything besides:
note: that I swapped the name of the files when I came back to this issue... |
Thanks @TylerLeonhardt-alt i was able to reproduce the issue |
This is caused due to conda/conda#10972, the problem is that conda fails at quoting command parameters, and it is getting preprocessed value. |
@paulacamargo25 what is the status on this? If this is testing than it should probably be fixed on the re-write but would be good to know either way. |
@paulacamargo25, following up on above, thanks |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
Testing #18349
I have two test tiles
sometest.py
andsomeasdfasdftest.py
but only one test file gets discovered. You can see my test options on the right.I'm not a python pro so I might be holding it wrong, is this expect? Both files contain essentially:
if I delete
someasfdasdftest.py
then the tests insometest.py
are recognized.Ubuntu 20.04
cc @TylerLeonhardt
The text was updated successfully, but these errors were encountered: