holger krekel
|
b2e87ce027
|
change pluginmanager.register API to raise ValueError if the plugin object or the name is already registered
|
2012-06-16 21:29:04 +02:00 |
holger krekel
|
85f2a78005
|
fix wrongly committed line
|
2011-12-28 07:57:19 +00:00 |
holger krekel
|
e21202b730
|
fix Jenkins test failures
|
2011-12-27 21:03:15 +00:00 |
holger krekel
|
bc8ee95e72
|
add ini-file "markers" option and a cmdline option "--markers" to show defined markers. Add "skipif", "xfail" etc. to the set of builtin markers shown with the --markers option.
|
2011-11-11 22:56:11 +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 |
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 |
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
|
821f493378
|
check docstring at test time instead of runtime, improve and test warning on assertion turned off (thanks FND for reporting)
|
2010-12-09 11:00:31 +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
|
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
|
a698465487
|
streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
|
2010-11-17 22:12:16 +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 |