holger krekel
|
a51e52aee3
|
fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction.
|
2011-11-15 13:28:22 +00:00 |
Ronny Pfannschmidt
|
7636dc76e0
|
support pytest.set_trace in collection
|
2011-08-01 10:53:37 +02:00 |
holger krekel
|
5470cadbff
|
fix issue25 --pdb and win32/python encodings cause a crash in certain situations.
The reason is not clear but avoiding a fresh copy of the terminal writer
helps, maybe because the underlying file object has some state?
|
2011-03-07 13:17:07 +01:00 |
holger krekel
|
9be1cd8007
|
fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial
|
2010-11-24 11:48:55 +01:00 |
holger krekel
|
4fa7a2e8ce
|
fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged
|
2010-11-23 16:10:47 +01:00 |
holger krekel
|
bc42cf8ffb
|
add a way to mark hooks as "tryfirst" or "trylast" to influence its position in a hook chain.
Use 'tryfirst' for capturing hooks so they can start capturing as early as possible,
including when conftests add output in runtest_setup hooks.
|
2010-11-21 23:17:59 +01:00 |
holger krekel
|
929291775e
|
flat is better than nested (cont'd):
- pytest.py is new module, making "python -m pytest" work always
- _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages
|
2010-11-13 11:10:45 +01:00 |