Start doc section on ``--ignore`` in pytestcollection.rst
This commit is contained in:
parent
af2d391903
commit
04079f9ae5
|
@ -1,6 +1,13 @@
|
||||||
Changing standard (Python) test discovery
|
Changing standard (Python) test discovery
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
|
Ignore paths during test collection
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
You can easily ignore certain test directories and modules during collection
|
||||||
|
by passing the ``--ignore=path`` option on the cli. ``pytest`` allows multiple
|
||||||
|
``--ignore`` options.
|
||||||
|
|
||||||
Changing directory recursion
|
Changing directory recursion
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue