Skip to content

Commit 82218e4

Browse files
authored
Merge pull request #1887 from mbyt/pdbcls_example_with_tab_completion
pdbcls ipython example with tab completion
2 parents e75078e + 8593bb1 commit 82218e4

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)