Use -k
option to run test_foo
but not test_foo_bar
#10030
-
I have a suite of test functions whose names include |
Beta Was this translation helpful? Give feedback.
Answered by
nicoddemus
Jun 9, 2022
Replies: 1 comment 5 replies
-
Unfortunately this is not possible currently, the only way to run just |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jwodder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately this is not possible currently, the only way to run just
test_foo
is to pass the full test node id, saypytest tests/test_suite.py::test_foo
.