summaryrefslogtreecommitdiff
path: root/testing/test_pdb.py
AgeCommit message (Expand)Author
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-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-30Merge master into features (#5339)Bruno Oliveira
2019-05-30Merge master into featuresDaniel Hahler
2019-05-30test_enter_leave_pdb_hooks_are_called: remove child.sendeof()Daniel Hahler
2019-05-30tests: pdb: flush also on MacOS, but read() beforeDaniel Hahler
2019-05-30pdb: move/refactor initialization of PytestPdbWrapperDaniel Hahler
2019-05-28Merge master into featuresDaniel Hahler
2019-05-26pdb: import pdbcls lazilyDaniel Hahler
2019-05-25Merge pull request #5308 from blueyed/minorAnthony Sottile
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-14minor: settrace != set_traceDaniel Hahler
2019-05-12tests: fix test_trace_after_runpytestDaniel Hahler
2019-05-09pdb: only use outcomes.exit via do_quitDaniel Hahler
2019-04-27Revert "Merge pull request #4854 from blueyed/pdb-skip"Daniel Hahler
2019-04-08pdb: add test for --trace with --pdbclsDaniel Hahler
2019-04-05Merge master into featuresDaniel Hahler
2019-04-04Merge pull request #5028 from blueyed/fix-wrap_session-exit-codeDaniel 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-04-03wrap_session: restore old behavior for initstate=1Daniel 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-28test_pdb_continue_with_recursive_debug: mock pdb.set_traceDaniel Hahler
2019-03-28add test_pdb_continue_with_recursive_debugDaniel Hahler
2019-03-28Fix/revisit do_continue with regard to conditionsDaniel Hahler
2019-03-28pdb: handle capturing with fixtures onlyDaniel Hahler
2019-03-18pytester: testdir: set $HOME to tmpdirDaniel Hahler
2019-03-15Merge master into featuresDaniel Hahler
2019-03-14tests: improve test_pdb_interaction_doctestDaniel Hahler
2019-03-14tests: fix test_pdb_interaction_continue_recursive with pdbppDaniel Hahler
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-12-11Merge pull request #4419 from blueyed/set_trace-kwargsDaniel Hahler
2018-11-30remove yield tests and compat propertiesRonny Pfannschmidt
2018-11-19pdb: support kwargs with `pdb.set_trace`Daniel Hahler
2018-11-12Change RemovedInPytest4Warnings to errors by defaultBruno Oliveira
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