forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escape test ID`s in Testing API #17810
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
Comments
NUL bytes are not allowed in test IDs, since we use it for delimiters internally |
I found workaround using
But this restrictions looks strange ... |
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
Oct 20, 2021
karthiknadig
added
area-testing
triage
bug
Issue identified by VS Code Team member as probable bug
and removed
triage-needed
Needs assignment to the proper sub-team
labels
Oct 20, 2021
We have plans on rewriting the test adapter. We should handle this case there. /cc @kimadeline |
Closing in favor of #17242. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
I have Python project with pytest's tests and I catch this error
Pytest allow to parametrize and test looks like this
->
test_generic_404_exception_is_not_affected[\u0000]
is valid test nameVersion: 1.61.2
The text was updated successfully, but these errors were encountered: