summaryrefslogtreecommitdiff
path: root/_pytest/pdb.py
AgeCommit message (Expand)Author
2014-09-18Introduce pytest_enter_pdb hookWolfgang Schnerring
2014-07-31Removing py.std usage from _pytestBruno Oliveira
2014-04-01remove non-documented per-conftest capturing option and simplify/refactor all...holger krekel
2014-03-14simplify pdb disabling of capturing, also accomodate the new semanticsholger krekel
2014-03-14- turn on capturing before early conftest loading and make terminal writerholger krekel
2014-03-14remove externally setting and dealing with "item.outerr" from capturing in fa...holger krekel
2013-09-06make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" neededholger krekel
2013-09-06- fix issue181: --pdb now also works on collect errors. This washolger krekel
2013-04-18pdb plugin: move entering pdb into a toplevel functionRonny Pfannschmidt
2013-04-16charify pdb visible stack end finding by turning it into a functionRonny Pfannschmidt
2013-04-16turn the postmortem traceback selection to a functionRonny Pfannschmidt
2013-04-16move pdb plugin post morten traceback selection to a own functionRonny Pfannschmidt
2012-06-23fix skip/xfail confusion, reported and discussed onholger krekel
2011-11-15fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction.holger krekel
2011-08-01support pytest.set_trace in collectionRonny Pfannschmidt
2011-03-07fix issue25 --pdb and win32/python encodings cause a crash in certain situati...holger krekel
2010-11-24fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info ou...holger krekel
2010-11-23fix #128 show tracebacks for all failures and errors that haven't beed PDB-de...holger krekel
2010-11-21add a way to mark hooks as "tryfirst" or "trylast" to influence its position ...holger krekel
2010-11-13flat is better than nested (cont'd):holger krekel