-
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
Pytest discovery in python code #4033
Comments
@ericsnowcurrently I.e. if using code as follows Documenting details to avoid confusions. |
I've opened pytest-dev/pytest#4850 to find out the recommended way to do just discovery using the API. |
@ericsnowcurrently They provide the API for this, here's the sample code #3911 (comment) I've tried this, with the command line args we have today. We do not need to parse the command line arguments, just use what the extension provides and it will work, after all, that's what Later we can look at optionally refactoring the parsing of arguments (probably in python or even better, ..) |
There was already example code: #3911 (comment) |
I'm still having an issue getting pytest discovered from my Miniconda installation. |
Any progress on this? This #3936 is still not working. |
(related to #3911)
Proposed Minimal Output Format
current pytest output:
serialized:
The text was updated successfully, but these errors were encountered: