test_ok2/testing
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
..
cmdline remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
code Move all tests to test_pytest_assertion 2010-09-18 13:03:28 +01:00
io_ remove trailing whitespace everywhere 2010-07-26 21:15:15 +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 Rename pytest_assert_compare to pytest_assert_binrepr 2010-09-22 00:56:39 +01:00
process remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
root remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
acceptance_test.py test and fix for apipkg (also available in apipkg default branch) 2010-08-01 20:43:02 +02:00
conftest.py flatten test directory hierarchy and merge smaller into larger files 2010-01-13 16:17:50 +01:00
pip-reqs1.txt fix --pdb to not drop interactive on xfailed tests 2010-06-16 12:35:08 +02:00
pip-reqs2.txt install pygments for tests 2010-01-27 13:02:02 +01:00
test_collect.py committed a xfailing test for sibling conftests 2010-08-02 16:39:36 +02:00
test_compat_deprecation.py improve deprecation, start changelog 2009-11-12 13:10:30 +01:00
test_config.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
test_conftesthandle.py avoid loading conftest files which are exactly the same content as a previously loaded conftest file 2010-07-29 11:22:16 +02:00
test_deprecated_api.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
test_funcargs.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
test_genitems.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
test_parseopt.py remove the unused return value of fnmatch_lines 2010-04-28 17:12:38 -05:00
test_pluginmanager.py patch from flub to allow callable objects as hook implementations 2010-09-07 10:03:11 +02:00
test_pycollect.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
test_session.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00