Mention pytest_enter_pdb in the docs
This commit is contained in:
parent
af46ffe021
commit
b20803f0a6
|
@ -291,4 +291,6 @@ def pytest_exception_interact(node, call, report):
|
|||
"""
|
||||
|
||||
def pytest_enter_pdb():
|
||||
""" called upon pdb.set_trace()"""
|
||||
""" called upon pdb.set_trace(), can be used by plugins to take special
|
||||
action just before the python debugger enters in interactive mode.
|
||||
"""
|
||||
|
|
|
@ -501,7 +501,7 @@ reporting or interaction with exceptions:
|
|||
.. autofunction:: pytest_internalerror
|
||||
.. autofunction:: pytest_keyboard_interrupt
|
||||
.. autofunction:: pytest_exception_interact
|
||||
|
||||
.. autofunction:: pytest_enter_pdb
|
||||
|
||||
|
||||
Reference of objects involved in hooks
|
||||
|
|
Loading…
Reference in New Issue