holger krekel
|
bb07ba7807
|
rename a number of internal and externally visible variables to use the fixture name
rather than funcargs. Introduce .funcargnames compatibility attribute for backward compat.
|
2012-10-05 14:24:44 +02:00 |
holger krekel
|
81082ed3d3
|
extend --help to tell about --markers and --funcargs
|
2012-09-22 11:44:56 +02: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 |
holger krekel
|
650c3bcfde
|
enhance debug tracing: print trace tags at the end of message and forget about "prefix".
Always log to "pytestdebug.log" if "--debug" option is given.
also move related code to pytest_helpconfig plugin.
|
2011-07-14 19:11:50 +02:00 |
Benjamin Peterson
|
d438a0bd83
|
introduce --assertmode option
|
2011-05-26 14:34:27 -05:00 |
holger krekel
|
f2670651b3
|
half the overhead for calling a test function by introducing some caching
|
2011-03-07 18:28:45 +01:00 |
holger krekel
|
88cfaebbcb
|
fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header
|
2011-01-12 19:39:36 +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
|
1df0eaa387
|
tons and tons of refinements and additions to docs
|
2010-11-25 12:11:10 +01:00 |
holger krekel
|
a298cf753d
|
some pep8 fixes
|
2010-11-13 23:33:50 +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 |