mention pytest_collection_modifyitems in plugin page

This commit is contained in:
holger krekel 2013-08-08 23:32:14 +02:00
parent 0755d0605f
commit 88aa8f5435
1 changed files with 4 additions and 0 deletions

View File

@ -339,6 +339,10 @@ you can use the following hook:
.. autofunction:: pytest_pycollect_makeitem
.. 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
------------------------------