Skip to content
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

(🐞) --update-data removes escapes #17465

Open
KotlinIsland opened this issue Jul 2, 2024 · 0 comments
Open

(🐞) --update-data removes escapes #17465

KotlinIsland opened this issue Jul 2, 2024 · 0 comments
Labels
bug mypy got something wrong priority-2-low topic-tests

Comments

@KotlinIsland
Copy link
Contributor

KotlinIsland commented Jul 2, 2024

[case testSomethingSus]
\[1] + 1
> pytest mypy --update-data

Expected

[case testSomethingSus]
\[1] + 1  # E: Something sus  [sus]

Actual

[case testSomethingSus]
[1] + 1  # E: Something sus  [sus]
@KotlinIsland KotlinIsland added the bug mypy got something wrong label Jul 2, 2024
@KotlinIsland KotlinIsland changed the title (🐞) --update-data remove escapes (🐞) --update-data removes escapes Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mypy got something wrong priority-2-low topic-tests
Projects
None yet
Development

No branches or pull requests

2 participants