We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fcd2c commit e0e2bd9Copy full SHA for e0e2bd9
test/conftest.py
@@ -75,7 +75,7 @@ def _run(cmd_string):
75
run_context = Context()
76
with run_context.cd(working_dir):
77
return run_context.run(
78
- cli_full_line, echo=False, hide=True, warn=True, env=env
+ cli_full_line, echo=False, hide=False, warn=True, env=env
79
)
80
81
return _run
0 commit comments