holger krekel
|
99a1188287
|
simplify durations output, no percentage, no "remaining" bits
|
2011-11-08 20:57:19 +00:00 |
holger krekel
|
0b18b6094e
|
fix duration option in case of collection errors
|
2011-11-08 19:00:25 +00:00 |
holger krekel
|
ae53d04780
|
fix py3 compat
|
2011-11-08 18:37:08 +00:00 |
holger krekel
|
29bf205f3a
|
make --durations also show the execution times of setup/teardown calls. This requires a slight incompatibility - pytest_runtest_logreport now sees setup/teardown reports even if the tests passed.
|
2011-11-08 17:53:46 +00:00 |
holger krekel
|
3b9fd3abd8
|
introduce --durations=N showing slowest test executions
|
2011-11-08 17:20:56 +00:00 |
Ronny Pfannschmidt
|
ac9192e4f8
|
make call durations part of the test report
|
2011-09-23 10:53:03 +02:00 |
holger krekel
|
f3bc197afb
|
fix #59: provide better Jenkins stdout and stderr sections
|
2011-07-12 23:09:03 +02:00 |
Benjamin Peterson
|
dd199d255c
|
move _setupstate into session
|
2011-05-26 17:08:56 -05:00 |
holger krekel
|
a7131dc911
|
speed up skipping
|
2011-03-11 15:43:24 +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
|
695bffc83d
|
refine unittest support to also work with twisted trial test cases better by
introducing a slightly hackish way to report a failure upstream
|
2010-11-23 15:42:23 +01:00 |
holger krekel
|
82ba645a2e
|
fix skip reporting over distributed testing. if we have a "skip" report
rep.longrepr will now be a 3-tuple (path, lineno, message)
|
2010-11-13 21:03:28 +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 |