pytest2/py/_code
Floris Bruynooghe ca84a5e8e0 Rename pytest_assert_compare to pytest_assert_binrepr
Holger prefers to only have one hook and it also turns out that "in"
is actually a ast.Compare node as well too.

This also modifies the pytest_assert_binrepr hook slightly so that
it's more accomodating to other operators then just compare (i.e.
don't bail out as soon as the types of the operands differ).

--HG--
branch : trunk
2010-09-22 00:56:39 +01:00
..
__init__.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_assertionnew.py Rename pytest_assert_compare to pytest_assert_binrepr 2010-09-22 00:56:39 +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