Skip to content

Commit 42e60d9

Browse files
committed
doc/changelog
1 parent 50edab8 commit 42e60d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog/5068.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ``-r`` option learnt about ``A`` to display all reports (including passed ones) in the short test summary.

doc/en/usage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ Example:
235235
FAILED test_example.py::test_fail
236236
= 1 failed, 1 passed, 1 skipped, 1 xfailed, 1 xpassed, 1 error in 0.12 seconds =
237237
238-
The ``-r`` options accepts a number of characters after it, with ``a`` used above meaning "all except passes".
238+
The ``-r`` options accepts a number of characters after it, with ``a`` used
239+
above meaning "all except passes".
239240

240241
Here is the full list of available characters that can be used:
241242

@@ -247,6 +248,7 @@ Here is the full list of available characters that can be used:
247248
- ``p`` - passed
248249
- ``P`` - passed with output
249250
- ``a`` - all except ``pP``
251+
- ``A`` - all
250252

251253
More than one character can be used, so for example to only see failed and skipped tests, you can execute:
252254

0 commit comments

Comments
 (0)