pytest pdb commands missing documentation #12946
Labels
plugin: debugging
related to the debugging builtin plugin
type: docs
documentation improvement, missing or needing clarification
Run pdb's
h
(help
) command during a pytest run with--pdb
and it reportsc
(cont
,continue
) anddebug
as undocumented:Under regular pdb, they are documented:
The docstrings are missing from pytest's wrapped methods here:
pytest/src/_pytest/debugging.py
Lines 156 to 163 in c85faf0
They aren't missing for the other wrapped commands like
q
(quit
).This is for pytest 8.3.3 but seems to be on
main
too from the above link.The text was updated successfully, but these errors were encountered: