fix issue #11507 - part1
This commit is contained in:
parent
c1728948ac
commit
5ae19d0ae6
|
@ -0,0 +1 @@
|
|||
Added documentation lines for command line options -q (--quiet ).
|
|
@ -15,6 +15,8 @@ Examples for modifying traceback printing:
|
|||
pytest --showlocals # show local variables in tracebacks
|
||||
pytest -l # show local variables (shortcut)
|
||||
pytest --no-showlocals # hide local variables (if addopts enables them)
|
||||
pytest --quiet # quiet - less verbose - mode
|
||||
pytest -q # quiet - less verbose - mode (shortcut)
|
||||
|
||||
pytest --tb=auto # (default) 'long' tracebacks for the first and last
|
||||
# entry, but 'short' style for the other entries
|
||||
|
|
Loading…
Reference in New Issue