test_ok2/_pytest/assertion
Floris Bruynooghe d1852a48b7 Remove assertion reinterpretation
The assertion reinterpretation is an old backwards compatibility
mode which was no longer being maintained on feature-parity with
the assertion rewriting mode.  It was also responsible for some
dubious patching of builtins and test with side-effects would
suddenly start passing.  Since re-writing has been the default for
a long time and plugins are now also re-written it is time to
retire reinterpretation.
2016-07-15 00:33:39 +01:00
..
__init__.py Remove assertion reinterpretation 2016-07-15 00:33:39 +01:00
rewrite.py Introduce pytest.register_assert_rewrite() 2016-07-13 17:31:09 +01:00
util.py Fixes #1503 no longer collapse false explanations 2016-06-24 15:35:24 +02:00