mention pytest_collection_modifyitems in plugin page
This commit is contained in:
parent
0755d0605f
commit
88aa8f5435
|
@ -339,6 +339,10 @@ you can use the following hook:
|
||||||
.. autofunction:: pytest_pycollect_makeitem
|
.. autofunction:: pytest_pycollect_makeitem
|
||||||
.. autofunction:: pytest_generate_tests
|
.. autofunction:: pytest_generate_tests
|
||||||
|
|
||||||
|
After collection is complete, you can modify the order of
|
||||||
|
items, delete or otherwise amend the test items:
|
||||||
|
|
||||||
|
.. autofunction:: pytest_collection_modifyitems
|
||||||
|
|
||||||
Reporting hooks
|
Reporting hooks
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Reference in New Issue