holger krekel
|
18306a4644
|
add header info: always report 3rd party plugins in test runs
|
2012-06-20 00:16:47 +02:00 |
Ronny Pfannschmidt
|
78e7d7aed0
|
more quit collectonly shows only files and the number of tests in them
|
2012-02-03 16:56:06 +01:00 |
holger krekel
|
8307270cec
|
yay! now that we have perfect teardowns we don't need some ugly internal hooks anymore.
|
2011-12-02 21:00:21 +00:00 |
holger krekel
|
36c42b5c15
|
introduce a new -m mark_expression option
|
2011-11-11 23:02:06 +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
|
a2f4a11301
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
Ronny Pfannschmidt
|
6ac638ba87
|
add a reportchar for reporting errors, fixes #76
|
2011-09-29 23:44:26 +02:00 |
holger krekel
|
f3bc197afb
|
fix #59: provide better Jenkins stdout and stderr sections
|
2011-07-12 23:09:03 +02:00 |
holger krekel
|
d1684e8052
|
report keyboardintterupt even if inteerrupted during sessionstartup
|
2011-07-07 21:24:09 +02:00 |
holger krekel
|
92f8eef836
|
show release level info for pypy
|
2011-07-06 10:18:11 +02:00 |
holger krekel
|
55657d6c51
|
simplify _locationline helper
|
2011-03-08 13:44:53 +01:00 |
holger krekel
|
1a7c6ecc42
|
fix slightly wrong verbose output for non subclasses on windows
|
2011-03-08 13:37:00 +01:00 |
holger krekel
|
c552b58dc5
|
fix issue27 - --collectonly and -k keyword selection now work together.
internally, collectonly and terminal reporting has been unified.
|
2011-03-06 18:32:00 +01:00 |
holger krekel
|
f1b5dae1fb
|
fix help string
|
2011-02-27 12:52:27 +01:00 |
holger krekel
|
d894bae281
|
bumping version to a dev version, run tests by using python PyPI by default
|
2010-11-26 13:37:00 +01:00 |
holger krekel
|
b622c85bbf
|
last changes, preparing 2.0.0
|
2010-11-25 20:06:42 +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
|
0357d3afda
|
refine initialization and collection reporting, introduce a progress bar
|
2010-11-22 11:59:56 +01:00 |
holger krekel
|
0323c5247f
|
perform represenation of short paths at test execution site
|
2010-11-13 23:33:38 +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 |