Anatoly Bubenkov
|
214793f697
|
re #329 add test for skipif failure when you pass boolean without the reason. add emphasize to the docs.
--HG--
branch : 329-skipif-requires-expression-as-a-string
|
2013-07-06 18:54:24 +02:00 |
holger krekel
|
bbd265184d
|
support boolean condition expressions in skipif/xfail
change documentation to prefer it over string expressions
|
2013-05-07 18:40:26 +02:00 |
Floris Bruynooghe
|
48e6aa9dc7
|
Allow MarkEvaluator expressions to be unicode
This fixes issue #266.
|
2013-02-15 11:47:48 +00:00 |
holger krekel
|
d4d213f83d
|
some more fixes
|
2012-10-20 14:10:12 +02:00 |
holger krekel
|
6e0c30d67d
|
fix skip/xfail confusion, reported and discussed on
http://stackoverflow.com/questions/11105828/in-py-test-when-i-explicitly-skip-a-test-that-is-marked-as-xfail-how-can-i-get
|
2012-06-23 11:32:32 +02:00 |
holger krekel
|
1bbe1d086c
|
fix issue160 a failing setup of an xfail-marked tests should
be reported as xfail (not xpass)
|
2012-06-19 23:48:39 +02: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 |
Ronny Pfannschmidt
|
6ac638ba87
|
add a reportchar for reporting errors, fixes #76
|
2011-09-29 23:44:26 +02:00 |
holger krekel
|
3bd3ba133f
|
fix issue75 - test failure on jython.
also experimentally enable more tests in the jython test env.
|
2011-09-25 07:40:43 +02:00 |
holger krekel
|
7e44c38570
|
avoid this test on pypy because syntax errors on pypy-1.4.1 are not precise it seems
|
2011-03-05 14:59:06 +01:00 |
holger krekel
|
070c73ff2f
|
fix issue30 (the second time)
put module globals into namespace for xfail and skipif expressions
|
2011-03-03 23:22:55 +01:00 |
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 |