Introduce pytest_enter_pdb hook

This commit is contained in:
Wolfgang Schnerring
2014-09-18 14:58:42 +02:00
parent 6aa5611ae5
commit 1408c9f077
4 changed files with 23 additions and 0 deletions

View File

@@ -262,3 +262,5 @@ def pytest_exception_interact(node, call, report):
that is not an internal exception like "skip.Exception".
"""
def pytest_enter_pdb():
""" called upon pdb.set_trace()"""