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 e1b6033 commit 71a6987Copy full SHA for 71a6987
testing/test_capture.py
@@ -1567,7 +1567,7 @@ def test_encodedfile_writelines(tmpfile: BinaryIO) -> None:
1567
ef.read()
1568
1569
1570
-def test__get_multicapture():
+def test__get_multicapture() -> None:
1571
assert isinstance(_get_multicapture("fd"), MultiCapture)
1572
pytest.raises(ValueError, _get_multicapture, "unknown").match(
1573
r"^unknown capturing method: 'unknown'"
0 commit comments