Skip to content

Commit

Permalink
Make question more prominent with bold
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 8, 2024
1 parent b25fa67 commit fdbe59e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/tutorial/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ Here we are checking that the exit code is 0, as it is for programs that exit wi

Then we check that the text printed to "standard output" contains the text that our CLI program prints.

### Check the result for standard error

/// tip

Checking for output sent to standard error? Make sure your `CliRunner` instance is created with the `mix_stderr=False` argument. You need this to be able to access `result.stderr` in tests.
**Checking for output sent to standard error?** Make sure your `CliRunner` instance is created with the `mix_stderr=False` argument. You need this to be able to access `result.stderr` in tests.

///

Expand Down

0 comments on commit fdbe59e

Please sign in to comment.