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 f0cca0b commit f6a5e75Copy full SHA for f6a5e75
tests/utils/subprocess/test_mixins.py
@@ -27,7 +27,7 @@ def idfn(val: Any) -> str:
27
ids=idfn,
28
)
29
@mock.patch("subprocess.Popen")
30
-def test_run(
+def test_Popen_mock(
31
mock_subprocess_popen,
32
tmp_path: pathlib.Path,
33
args: list,
0 commit comments