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 b6bc00b commit d497441Copy full SHA for d497441
tests/test_cli.py
@@ -8,7 +8,6 @@
8
9
10
def run_subprocess(commands: Sequence[str]) -> subprocess.CompletedProcess:
11
- # return subprocess.run(commands, capture_output=True)
12
return subprocess.run(commands, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding="utf-8")
13
14
0 commit comments