holger krekel
|
5f99511ab7
|
fix test after ronny's pytest-debug improvements
|
2012-12-04 20:31:37 +01:00 |
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
|
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
|
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
|
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
|
076e03e90f
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |