docs(output): Note --no-show-locals
This commit is contained in:
parent
3a8d401ac7
commit
7fada7127e
|
@ -14,6 +14,7 @@ Examples for modifying traceback printing:
|
||||||
|
|
||||||
pytest --showlocals # show local variables in tracebacks
|
pytest --showlocals # show local variables in tracebacks
|
||||||
pytest -l # show local variables (shortcut)
|
pytest -l # show local variables (shortcut)
|
||||||
|
pytest --no-showlocals # hide local variables (if addopts enables them)
|
||||||
|
|
||||||
pytest --tb=auto # (default) 'long' tracebacks for the first and last
|
pytest --tb=auto # (default) 'long' tracebacks for the first and last
|
||||||
# entry, but 'short' style for the other entries
|
# entry, but 'short' style for the other entries
|
||||||
|
|
Loading…
Reference in New Issue