summaryrefslogtreecommitdiff
path: root/src/_pytest/debugging.py
AgeCommit message (Expand)Author
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-05Type annotate _pytest.debugging (a bit)Ran Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-22Prevent hiding underlying exception when ConfTestImportFailure is raisedFlorian Dahlitz
2020-05-02Fix cleanup functions not being invoked on test failuresBruno Oliveira
2019-11-06Merge master into featuresDaniel Hahler
2019-10-31Fix --trace for parametrized testsDavid Szotten
2019-10-06Allow for "pdb" module to be rewrittenDaniel Hahler
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-30pdb: move/refactor initialization of PytestPdbWrapperDaniel Hahler
2019-05-26pdb: import pdbcls lazilyDaniel Hahler
2019-05-24Merge pull request #4908 from blueyed/pdb-pm-enter-hookDaniel Hahler
2019-05-23pdb: trigger pytest_enter_pdb hook with post-mortemDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09pdb: only use outcomes.exit via do_quitDaniel Hahler
2019-04-29debugging: rename internal wrapper for pdb.PdbDaniel Hahler
2019-04-27Revert "Merge pull request #4854 from blueyed/pdb-skip"Daniel Hahler
2019-04-08Change noqa comment to pragmaDaniel Hahler
2019-04-05Merge master into featuresDaniel Hahler
2019-04-03pdb: try to import --pdbcls in pytest_configure onlyDaniel Hahler
2019-04-03Merge pull request #4854 from blueyed/pdb-skipDaniel Hahler
2019-03-29pdb: add option to skip `pdb.set_trace()`Daniel Hahler
2019-03-29pdb: do not raise outcomes.Exit with quit in debugDaniel Hahler
2019-03-28Factor out pytestPDB._is_capturingDaniel Hahler
2019-03-28Fix/revisit do_continue with regard to conditionsDaniel Hahler
2019-03-28pdb: handle capturing with fixtures onlyDaniel Hahler
2019-03-14pdb: post_mortem: use super()Daniel Hahler
2019-03-12Improve coverageBruno Oliveira
2019-03-12Remove dead-code related to yield testsBruno Oliveira
2019-03-01pdb: allow for --pdbclass=mod:attr.classDaniel Hahler
2019-02-28pdb: validate --pdbcls optionDaniel Hahler
2019-02-11pdb: fix capturing with recursive debugging and pdb++Daniel Hahler
2019-01-20Improve quitting from pdbDaniel Hahler
2018-11-19pdb: support kwargs with `pdb.set_trace`Daniel Hahler
2018-11-04Merge pull request #4297 from nicoddemus/release-3.10.0Bruno Oliveira
2018-11-02Make debugging's pytest_configure re-entrantDaniel Hahler