pytest2/py
holger krekel b18ab6e03b fix issue78 - now python-level teardown functions are now called even if the setup failed.
Important detail: if the setup raises a Skipped exception, teardown will not be called.  This helps
to avoid breaking setup_module/class that performs a skip - it would otherwise internally
be considered as a "successful" setup in order to have teardown called later.  I guess
it also makes sense to treat Skip specially because it is unlikely a teardown should be
called if a Skip was raised on setup.

In any case, failing setups and teardowns will be reported separately.

--HG--
branch : trunk
2010-01-27 12:09:30 +01:00
..
_cmdline move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_code always directly use basename for tracebacks, independently from code.path 2010-01-18 12:12:18 +01:00
_compat move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_io better default for bogus terminal getdimensions() call, fixes issue63 2010-01-19 10:34:41 +01:00
_log move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_path move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_plugin fix issue78 - now python-level teardown functions are now called even if the setup failed. 2010-01-27 12:09:30 +01:00
_process move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_test refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00
__init__.py fix doc links, bump to dev version 2010-01-21 19:34:42 +01:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_error.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_std.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_xmlgen.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
apipkg.py upgrade apipkg.py to fix a potential recursive import issue 2010-01-21 20:06:50 +01:00