Is there a way to filter tests based on something you pass to a CLI option? #10498
Answered
by
f00dog-x300
f00dog-x300
asked this question in
Q&A
-
I'm trying to run certain tests based on an option that I pass on the CLI. Say if I pass the an additional command as |
Beta Was this translation helpful? Give feedback.
Answered by
f00dog-x300
Nov 15, 2022
Replies: 1 comment
-
I found the answer myself. I have to utilize the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
f00dog-x300
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer myself. I have to utilize the
pytest_ignore_collect
hook. Something like :