Skip to content

Commit

Permalink
Merge pull request #1887 from mbyt/pdbcls_example_with_tab_completion
Browse files Browse the repository at this point in the history
pdbcls ipython example with tab completion
  • Loading branch information
nicoddemus authored Aug 29, 2016
2 parents e75078e + 8593bb1 commit 82218e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pytest/debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def pytest_addoption(parser):
group._addoption(
'--pdbcls', dest="usepdb_cls", metavar="modulename:classname",
help="start a custom interactive Python debugger on errors. "
"For example: --pdbcls=IPython.core.debugger:Pdb")
"For example: --pdbcls=IPython.terminal.debugger:TerminalPdb")

def pytest_namespace():
return {'set_trace': pytestPDB().set_trace}
Expand Down

0 comments on commit 82218e4

Please sign in to comment.