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 ecb8e9a commit 2dfb813Copy full SHA for 2dfb813
mypy/test/test_color_output.py
@@ -8,7 +8,7 @@
8
9
10
def test(expect_color: bool, *args: Any, **kwargs: Any) -> None:
11
- res = run(*args, capture_output=True, **kwargs) # type:ignore[call-overload]
+ res = run(*args, capture_output=True, **kwargs)
12
if "Found" not in res.stdout: # ??
13
pytest.fail("Command failed to complete or did not detect type error")
14
if expect_color: # Expect color control chars
0 commit comments