Replies: 2 comments 3 replies
-
There's been a few discussions, however it's very easy to mess up with such languages and we never assembled n a fit capacity to expand upon what we learned from the the non python marker expression language |
Beta Was this translation helpful? Give feedback.
2 replies
-
Can you elaborate a bit on your use case for this? Do you want to combine different "kinds" of selectors here, as in saying "tests that are either in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Selecting testcases with
-k
,-m
and byfile_or_dir
is rather limited, as they can't be combined in more complex expressions.Some workarounds I am aware of:
@tests_to_run.txt
, potentially created upfront by running multiple pytest--collect-only -q --disable-warnings
invocations and redirecting their ouputs in a file.All have their own own drawbacks.
Are there any plans on a query language like selection or similar?
Beta Was this translation helpful? Give feedback.
All reactions