Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/en/how-to/subtests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Each assertion failure or error is caught by the context manager and reported in

$ pytest -q test_subtest.py
uuuuuF [100%]

#Note that in the output above, passing subtests are shown in green, while
failing subtests are shown in red.

================================= FAILURES =================================
_______________________ test [custom message] (i=1) ________________________

Expand Down