Remove experimental status from pytest_exception_interact

This commit is contained in:
Bruno Oliveira 2015-12-16 14:29:39 -02:00
parent 7eea6b3b02
commit 2b2bec6b97
1 changed files with 2 additions and 3 deletions

View File

@ -282,12 +282,11 @@ def pytest_keyboard_interrupt(excinfo):
""" called for keyboard interrupt. """
def pytest_exception_interact(node, call, report):
""" (experimental, new in 2.4) called when
an exception was raised which can potentially be
"""called when an exception was raised which can potentially be
interactively handled.
This hook is only called if an exception was raised
that is not an internal exception like "skip.Exception".
that is not an internal exception like ``skip.Exception``.
"""
def pytest_enter_pdb():