We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
\
1 parent 7d1a1af commit bbbaef8Copy full SHA for bbbaef8
1 file changed
mypy/test/teststubtest.py
@@ -2773,8 +2773,8 @@ def test_reexport_reports_import_location(self) -> None:
2773
)
2774
2775
assert filtered_output.count('stub does not have parameter "x"') == 1
2776
- assert "test_module/__init__.pyi" not in filtered_output
2777
- assert "test_module/mod.py:1" in filtered_output
+ assert "__init__.pyi" not in filtered_output
+ assert "mod.py:1" in filtered_output
2778
2779
def test_ignore_flags(self) -> None:
2780
output = run_stubtest(
0 commit comments