#7138 Docs improvement: Apply indirect on particular arguments

This commit is contained in:
Paweł Wilczyński 2020-05-11 13:26:16 +02:00
parent 5e7f1ab4bf
commit dbfc629698
1 changed files with 5 additions and 4 deletions

View File

@ -389,16 +389,17 @@ The result of this test will be successful:
.. code-block:: pytest
$ pytest test_indirect_list.py --collect-only
$ pytest -v test_indirect_list.py
=========================== test session starts ============================
platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item
<Module test_indirect_list.py>
<Function test_indirect[a-b]>
========================== no tests ran in 0.12s ===========================
test_indirect_list.py::test_indirect[a-b] PASSED
========================== 1 passed in 0.01s ===============================
.. regendoc:wipe