Added hook to plugin docs and new CHANGELOG record

This commit is contained in:
palaviv
2016-04-25 18:03:34 +03:00
parent b9faf78d51
commit 53429ed8b8
3 changed files with 9 additions and 7 deletions

View File

@@ -470,6 +470,7 @@ you can use the following hook:
.. autofunction:: pytest_pycollect_makeitem
.. autofunction:: pytest_generate_tests
.. autofunction:: pytest_make_parametrize_id
After collection is complete, you can modify the order of
items, delete or otherwise amend the test items: