You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could also check result.stderr for "standard error".
This is true, but only if one sets the extra arguments on the CliRunner - specifically runner = CliRunner(mix_stderr=False). I believe this should be made clear in the documentation, or otherwise the CliRunner can prevent the default mixing of stderr and stdout as provided by click.
Operating System
macOS
Operating System Details
No response
Typer Version
0.4.1
Python Version
3.9.9
Additional Context
No response
The text was updated successfully, but these errors were encountered:
First Check
Commit to Help
Example Code
Description
In the Testing documentation there is a Tip 🔥 Box with the following Tip:
You could also check
result.stderr
for "standard error".This is true, but only if one sets the extra arguments on the
CliRunner
- specificallyrunner = CliRunner(mix_stderr=False)
. I believe this should be made clear in the documentation, or otherwise the CliRunner can prevent the default mixing of stderr and stdout as provided by click.Operating System
macOS
Operating System Details
No response
Typer Version
0.4.1
Python Version
3.9.9
Additional Context
No response
The text was updated successfully, but these errors were encountered: