We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--pdbcls
1 parent 0a07b71 commit 822624cCopy full SHA for 822624c
changelog/8655.doc.rst
@@ -0,0 +1 @@
1
+Help text for ``--pdbcls`` more accurately reflects the option's behavior.
src/_pytest/debugging.py
@@ -53,7 +53,7 @@ def pytest_addoption(parser: Parser) -> None:
53
dest="usepdb_cls",
54
metavar="modulename:classname",
55
type=_validate_usepdb_cls,
56
- help="start a custom interactive Python debugger on errors. "
+ help="specify a custom interactive Python debugger for use with --pdb."
57
"For example: --pdbcls=IPython.terminal.debugger:TerminalPdb",
58
)
59
group._addoption(
0 commit comments