We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8d401 commit 7fada71Copy full SHA for 7fada71
doc/en/how-to/output.rst
@@ -12,8 +12,9 @@ Examples for modifying traceback printing:
12
13
.. code-block:: bash
14
15
- pytest --showlocals # show local variables in tracebacks
16
- pytest -l # show local variables (shortcut)
+ pytest --showlocals # show local variables in tracebacks
+ pytest -l # show local variables (shortcut)
17
+ pytest --no-showlocals # hide local variables (if addopts enables them)
18
19
pytest --tb=auto # (default) 'long' tracebacks for the first and last
20
# entry, but 'short' style for the other entries
0 commit comments