Start doc section on `--ignore` in pytestcollection.rst

This commit is contained in:
Raphael Pierzina
2015-11-04 14:49:02 +01:00
parent af2d391903
commit 04079f9ae5

View File

@@ -1,6 +1,13 @@
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
-----------------------------------------------------