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 6e920cf commit 04ac45dCopy full SHA for 04ac45d
tests/conftest.py
@@ -61,7 +61,7 @@ def cli_invoke(temp_dir: Path):
61
"""
62
63
def invoke(command, expect_ok=True):
64
- runner = CliRunner(mix_stderr=False)
+ runner = CliRunner()
65
result = runner.invoke(scriv_cli, command)
66
print(result.stdout, end="")
67
print(result.stderr, end="", file=sys.stderr)
0 commit comments