holger krekel
|
d8d88ede65
|
refine and unify initial capturing - now works also if the logging module
is already used from an early-loaded conftest.py file (prior to option parsing)
|
2011-01-18 12:51:21 +01:00 |
holger krekel
|
170c78cef9
|
remove same-conftest.py detection - does more harm than good
(see mail from Ralf Schmitt on py-dev)
|
2011-01-11 15:54:47 +01:00 |
holger krekel
|
a15983cb33
|
rather named the new hook cmdline_preparse
|
2010-12-07 12:34:18 +01:00 |
holger krekel
|
9ab256c296
|
make getvalueorskip() be hidden in skip-reporting. also bump version.
|
2010-12-07 12:18:24 +01:00 |
holger krekel
|
7db9e98b55
|
introduce a pytest_cmdline_processargs hook to modify/add dynamically to command line arguments.
|
2010-12-07 12:14:12 +01:00 |
holger krekel
|
c7531705fc
|
refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
|
2010-12-06 16:54:42 +01:00 |
holger krekel
|
4cb2c74159
|
introduce new discovery mechanism
XXX experiment with using it before introducing it or wait
for feature request
|
2010-11-24 22:01:04 +01:00 |
holger krekel
|
0357d3afda
|
refine initialization and collection reporting, introduce a progress bar
|
2010-11-22 11:59:56 +01:00 |
holger krekel
|
f456e376b9
|
refine tmpdir handling and docs
- clear tmpdir specified with --basetemp
- remove config.mktmp and config.getbasetemp methods
|
2010-11-21 17:43:18 +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 |