holger krekel
|
f7c1b9087a
|
fix test
|
2011-11-11 23:18:33 +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
|
f3bc197afb
|
fix #59: provide better Jenkins stdout and stderr sections
|
2011-07-12 23:09:03 +02:00 |
holger krekel
|
d1684e8052
|
report keyboardintterupt even if inteerrupted during sessionstartup
|
2011-07-07 21:24:09 +02:00 |
Benjamin Peterson
|
2618e3640f
|
account for quotes in error messages
|
2011-06-03 22:11:00 -05:00 |
holger krekel
|
1a7c6ecc42
|
fix slightly wrong verbose output for non subclasses on windows
|
2011-03-08 13:37:00 +01:00 |
holger krekel
|
c552b58dc5
|
fix issue27 - --collectonly and -k keyword selection now work together.
internally, collectonly and terminal reporting has been unified.
|
2011-03-06 18:32:00 +01:00 |
holger krekel
|
0357d3afda
|
refine initialization and collection reporting, introduce a progress bar
|
2010-11-22 11:59:56 +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 |