Skip to content

Commit fdbe59e

Browse files
committed
Make question more prominent with bold
1 parent b25fa67 commit fdbe59e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/tutorial/testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ Here we are checking that the exit code is 0, as it is for programs that exit wi
7777

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

80-
### Check the result for standard error
81-
8280
/// tip
8381

84-
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.
82+
**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.
8583

8684
///
8785

0 commit comments

Comments
 (0)