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
Doesn't this already work? I was expecting the ts code to pass the arguments as is to the python code, if that's not the case then this needs to be done, else its a regression.
There are a number of other arguments that users will add into "python.unitTest.pyTestArgs" that will need to be used when discovering tests.
Just passing all of the arguments that the TS code had should suffice. I was under the impression that is what was being done.
Our new test discovery API must support extra switches that our users will want to configure their test platform with.
For example, the
-k=[pattern]
switch that tells Pytest what to look for as test identifier.The text was updated successfully, but these errors were encountered: