docs: Add a note about -q option used in getting started guide

This commit is contained in:
Debi Mishra
2020-07-20 00:59:19 +05:30
parent 8783e65f8d
commit 25b56e9c69
3 changed files with 6 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ Execute the test function with “quiet” reporting mode:
. [100%]
1 passed in 0.12s
.. note::
The ``-q/--quiet`` flag keeps the output brief in this and following examples.
Group multiple tests in a class
--------------------------------------------------------------