* Clarify help text for --pdbcls * Add changelog entry for --pdbcls
This commit is contained in:
parent
0a07b71046
commit
822624c252
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue