@@ -727,6 +727,11 @@ you can use the following hook:
727
727
.. hook :: pytest_make_parametrize_id
728
728
.. autofunction :: pytest_make_parametrize_id
729
729
730
+ Hooks for influencing test skipping:
731
+
732
+ .. hook :: pytest_markeval_namespace
733
+ .. autofunction :: pytest_markeval_namespace
734
+
730
735
After collection is complete, you can modify the order of
731
736
items, delete or otherwise amend the test items:
732
737
@@ -791,6 +796,10 @@ Session related reporting hooks:
791
796
.. autofunction :: pytest_report_collectionfinish
792
797
.. hook :: pytest_report_teststatus
793
798
.. autofunction :: pytest_report_teststatus
799
+ .. hook :: pytest_report_to_serializable
800
+ .. autofunction :: pytest_report_to_serializable
801
+ .. hook :: pytest_report_from_serializable
802
+ .. autofunction :: pytest_report_from_serializable
794
803
.. hook :: pytest_terminal_summary
795
804
.. autofunction :: pytest_terminal_summary
796
805
.. hook :: pytest_fixture_setup
@@ -827,6 +836,8 @@ reporting or interaction with exceptions:
827
836
.. autofunction :: pytest_exception_interact
828
837
.. hook :: pytest_enter_pdb
829
838
.. autofunction :: pytest_enter_pdb
839
+ .. hook :: pytest_leave_pdb
840
+ .. autofunction :: pytest_leave_pdb
830
841
831
842
832
843
Objects
0 commit comments