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
|
ccc04b9fc4
|
some refinements to reporting and hook order
|
2012-06-21 11:07:22 +02:00 |
holger krekel
|
18306a4644
|
add header info: always report 3rd party plugins in test runs
|
2012-06-20 00:16:47 +02:00 |
holger krekel
|
e18abfd013
|
fix issue143 - call unconfigure/sessionfinish always when
configure/sessionstart where called
use exitcode 4 (instead of 3 which signaled an internal error)
when an initial directory/file was not found
|
2012-05-17 23:11:23 +02:00 |
Ronny Pfannschmidt
|
78e7d7aed0
|
more quit collectonly shows only files and the number of tests in them
|
2012-02-03 16:56:06 +01:00 |
Ronny Pfannschmidt
|
68b353be0d
|
create session.items before preparse, so collectonly wont break on preparse fail, fixes #115
|
2012-02-03 16:33:32 +01:00 |
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 |