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
|
9a21a81740
|
add ability to use scope="class" in request.cached_setup() calls
|
2010-11-20 18:03:18 +01:00 |
holger krekel
|
93a436542c
|
bump version number
|
2010-11-17 18:27:07 +01:00 |
holger krekel
|
fb102a2ddb
|
bump version and comment out ignore-testclass-if-unittest-module-feature
|
2010-11-17 12:21:24 +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
|
1bc444d5c8
|
some fixes to make cross linux/windows remote testing work again
|
2010-11-13 19:46: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 |