holger krekel
|
682773e0cb
|
fix issue30 - better handling and reporting of errors in xfail expressions
|
2011-03-03 12:19:17 +01:00 |
holger krekel
|
513482f4f7
|
fix issue9 wrong XPass with failing setup/teardown function of xfail marked test
now when setup or teardown of a test item/function fails and the test
is marked "xfail" it will show up as an xfail-ed test.
|
2010-12-06 18:20:47 +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
|
82ba645a2e
|
fix skip reporting over distributed testing. if we have a "skip" report
rep.longrepr will now be a 3-tuple (path, lineno, message)
|
2010-11-13 21:03:28 +01:00 |
holger krekel
|
076e03e90f
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |