holger krekel 925f75088d fix issue91 introduce new py.test.xfail(reason) helper
to imperatively mark a test as expected to fail. Can
be used from within setup and test functions. This is
useful especially for parametrized tests when certain
configurations are expected-to-fail.  In this case the
declarative approach with the @py.test.mark.xfail cannot
be used as it would mark all configurations as xfail.

--HG--
branch : trunk
2010-05-20 13:29:51 +02:00
2010-05-05 21:01:54 +02:00
2010-04-23 12:31:11 +02:00
2009-10-03 01:11:04 +02:00
2010-02-08 16:39:29 +01:00
2010-05-12 10:30:34 +02:00

The py lib is a Python development support library featuring 
the following tools and modules:

* py.test: tool for distributed automated testing
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

For questions and more information please visit http://pylib.org
Description
No description provided
Readme 48 MiB
Languages
Python 100%