Skip to content

Commit 8593bb1

Browse files
committed
pdbcls ipython example with tab completion
1 parent e75078e commit 8593bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/debugging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def pytest_addoption(parser):
1414
group._addoption(
1515
'--pdbcls', dest="usepdb_cls", metavar="modulename:classname",
1616
help="start a custom interactive Python debugger on errors. "
17-
"For example: --pdbcls=IPython.core.debugger:Pdb")
17+
"For example: --pdbcls=IPython.terminal.debugger:TerminalPdb")
1818

1919
def pytest_namespace():
2020
return {'set_trace': pytestPDB().set_trace}

0 commit comments

Comments
 (0)