pytest2/py
Floris Bruynooghe b86207a6c1 Don't load py.test.config inside py._code._assertionnew
Loading py.test.config triggers py.test initialisation while py.code
should stay independent of py.test.  By adding the hook as an
attribute to py.test AssertionError py.code can get access to the
hooks only when py.test is loaded already.

--HG--
branch : trunk
2010-09-22 00:26:12 +01:00
..
_cmdline remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_code Don't load py.test.config inside py._code._assertionnew 2010-09-22 00:26:12 +01:00
_compat remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_io fix bug on writing out objects with terminalwriter on windows 2010-07-29 11:32:24 +02:00
_log remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_path fix issue116 : --doctestmodules also works in the presence of __init__.py files, done by fixing the underlyingly used path.pyimport() 2010-09-04 09:21:35 +02:00
_plugin Don't load py.test.config inside py._code._assertionnew 2010-09-22 00:26:12 +01:00
_process remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_test patch from flub to allow callable objects as hook implementations 2010-09-07 10:03:11 +02:00
__init__.py bumping version number to 1.3.4a1 2010-08-01 20:44:11 +02:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_error.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_std.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_xmlgen.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
apipkg.py test and fix for apipkg (also available in apipkg default branch) 2010-08-01 20:43:02 +02:00