Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2026
commit 33e732bbe8c1f97dd79e0d2a5c7d11028930b5f4
9 changes: 3 additions & 6 deletions mypy/test/meta/test_parse_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ def test_typical_error_comment(self) -> None:
""")

# Assert
assert (
"typical-looking error comment" in actual.stderr
)
assert "typical-looking error comment" in actual.stderr

def test_lineleading_error_comment(self) -> None:
# Act
actual = _run_pytest("""
Expand All @@ -87,6 +86,4 @@ def test_lineleading_error_comment(self) -> None:
""")

# Assert
assert (
"line-leading error comment" in actual.stderr
)
assert "line-leading error comment" in actual.stderr
Loading