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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a binary that needs to execute my pytests like this:
Basically all it does it send the command
pytest -k my_test
into my custom binary (mirrord).I thought I could utilize this simple bash script and pass arguments to it from
settings.json
, I tried something like:And then passed it some arguments, but it didn't work.
This is the script:
I'm not too familiar with pytest and would love some help getting this to work in non-debug mode as well.
Beta Was this translation helpful? Give feedback.
All reactions