summaryrefslogtreecommitdiff
path: root/src/_pytest/debugging.py
AgeCommit message (Expand)Author
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
2018-10-31pdb: improve msg about output capturing with set_traceDaniel Hahler
2018-10-25Merge remote-tracking branch 'origin/master' into merge-masterAnthony Sottile
2018-10-25pytest_{enter,leave}_pdb: pass through pdb instanceDaniel Hahler
2018-10-25pdb: resume capturing after `continue`Daniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-24Fix flake8: os imported, but unusedDaniel Hahler
2018-10-24Merge pull request #4028 from asottile/revert_breakpoint_codeBruno Oliveira
2018-10-14Merge pull request #4133 from blueyed/pdb-quitDaniel Hahler
2018-10-14pdb: handle quitting in post_mortemDaniel Hahler
2018-10-13Do not print INTERNALERROR with --pdbDaniel Hahler
2018-09-23Revert patching of breakpointhook as it appears to do nothingAnthony Sottile
2018-08-20Renamed snap_global_capture to read_global_capture.Victor
2018-08-19Fixed integration with other modules/testsvictor
2018-07-02Fix python 2 issuesJeffrey Rackauckas
2018-07-02Add support for yielded functions.Jeffrey Rackauckas