* Clarify help text for --pdbcls * Add changelog entry for --pdbcls
This commit is contained in:
1
changelog/8655.doc.rst
Normal file
1
changelog/8655.doc.rst
Normal file
@@ -0,0 +1 @@
|
||||
Help text for ``--pdbcls`` more accurately reflects the option's behavior.
|
||||
@@ -53,7 +53,7 @@ def pytest_addoption(parser: Parser) -> None:
|
||||
dest="usepdb_cls",
|
||||
metavar="modulename:classname",
|
||||
type=_validate_usepdb_cls,
|
||||
help="start a custom interactive Python debugger on errors. "
|
||||
help="specify a custom interactive Python debugger for use with --pdb."
|
||||
"For example: --pdbcls=IPython.terminal.debugger:TerminalPdb",
|
||||
)
|
||||
group._addoption(
|
||||
|
||||
Reference in New Issue
Block a user