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 0430559 commit 8589ec1Copy full SHA for 8589ec1
tests/test_util.py
@@ -25,7 +25,7 @@ def test_raise_BeforeLoadScriptError_if_retcode():
25
run_before_script(script_file)
26
27
28
-def test_return_stdout_if_ok(capsys):
+def test_return_stdout_if_ok(capsys: pytest.CaptureFixture[str]):
29
script_file = FIXTURE_PATH / "script_complete.sh"
30
31
0 commit comments