summaryrefslogtreecommitdiff
path: root/testing/test_pdb.py
AgeCommit message (Expand)Author
2019-11-27fixes #5065Ronny Pfannschmidt
2019-11-25pytester: use no colors with inline runs by defaultDaniel Hahler
2019-11-22pytester: remove special handling of env during inner runsDaniel Hahler
2019-11-07Fix test_trace_with_parametrize_handles_shared_fixtureinfo for colorsDaniel Hahler
2019-11-06Merge master into featuresDaniel Hahler
2019-11-01Merge pull request #6112 from gaucheph/fix-small-typoFlorian Bruhin
2019-10-31typosPatrick Harmon
2019-10-31Fix --trace for parametrized testsDavid Szotten
2019-10-23Fix test_doctest_set_trace_quit on featuresDaniel Hahler
2019-10-23Merge pull request #5061 from blueyed/summary_stats-multi-colorDaniel Hahler
2019-10-22Merge remote-tracking branch 'upstream/features' into blueyed/pdb-doctest-bdb...Bruno Oliveira
2019-10-21Multiple colors with terminal summary_statsDaniel Hahler
2019-10-18tests: debugging: disable pdb++ within inner testsDaniel Hahler
2019-09-05Fix for Python 4: replace unsafe PY3 with PY2Hugo
2019-07-19doctest: handle BdbQuitDaniel 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-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