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 a64bb78 commit 18440feCopy full SHA for 18440fe
test/conftest.py
@@ -67,6 +67,6 @@ def _run(cmd_string):
67
cli_full_line = "{} {}".format(cli_path, cmd_string)
68
run_context = Context()
69
with run_context.cd(working_dir):
70
- return run_context.run(cli_full_line, echo=False, hide=True, warn=True, env=env)
+ return run_context.run(cli_full_line, echo=False, warn=True, env=env)
71
72
return _run
0 commit comments