Merge pull request #7515 from mdebi/issue_7441

docs: Add a note about -q option used in getting started guide
This commit is contained in:
Ran Benita 2020-07-20 10:09:16 +03:00 committed by GitHub
commit efcba7759e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,7 @@ David Paul Röthlisberger
David Szotten David Szotten
David Vierra David Vierra
Daw-Ran Liou Daw-Ran Liou
Debi Mishra
Denis Kirisov Denis Kirisov
Dhiren Serai Dhiren Serai
Diego Russo Diego Russo

1
changelog/7441.doc.rst Normal file
View File

@ -0,0 +1 @@
Add a note about ``-q`` option used in getting started guide.

View File

@ -112,6 +112,10 @@ Execute the test function with “quiet” reporting mode:
. [100%] . [100%]
1 passed in 0.12s 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 Group multiple tests in a class
-------------------------------------------------------------- --------------------------------------------------------------