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 also don't want coverage data when tests are discovered because discovery is way faster without these options. This seems to be impossible at the moment.
What I need
I think I need either a possibility to inject the --no-cov option somewhere around
Thank you for the suggestion! We have marked this issue as "needs decision" to make sure we have a conversation about your idea. We plan to leave this feature request open for at least a month to see how many 👍 votes the opening comment gets to help us make our decision.
I would like to use additional pytest options when running tests, but not when discovering tests.
Scenario
settings.json
:launch.json
:What I need
I think I need either a possibility to inject the
--no-cov
option somewhere aroundvscode-python/pythonFiles/testing_tools/adapter/pytest/_discovery.py
Line 65 in e2bf90c
The text was updated successfully, but these errors were encountered: