pytest2/py/_code
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
..
__init__.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_assertionnew.py Don't load py.test.config inside py._code._assertionnew 2010-09-22 00:26:12 +01:00
_assertionold.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
assertion.py Initial patch as sent to py-dev 2010-09-06 19:35:17 +01:00
code.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
oldmagic.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
oldmagic2.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
source.py fixes issue113 - assertion represenation issue 2010-07-29 12:55:39 +02:00