Is there a way to escape ::
in a test name?
#11595
Unanswered
giovanni-guidini
asked this question in
Q&A
Replies: 1 comment
-
So the question is, can |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are starting rely quite heavily in asking pytest to run specific tests.
In general this is fine if you just escape the test name with singlequotes, for example the command below would work as expected.
However some tests have
::
in the parametrized string, and I believe that is throwing pytest offExample:
Is there a way to escape this sequence in the parametrized sequence?
Beta Was this translation helpful? Give feedback.
All reactions