test_ok1/testing/python
Floris Bruynooghe faba432996 Improve error message if pytest.raises is used wrongly
If the type is not checked then an incomprehensible error will occur
later.  This enforces the type and raies the same exception/msg as
CPython does in that case.

Docstring unmodified, just re-justified for pep8 compat.
2014-04-14 18:09:10 -04:00
..
collect.py Fixed pyflakes errors. 2014-03-14 14:25:36 +01:00
fixture.py fix issue498: if a fixture finalizer fails, make sure that the fixture 2014-04-07 13:29:57 +02:00
integration.py fix tests to properly fail on failed collectiosn (which was hiding an error) 2014-04-10 13:37:39 +02:00
metafunc.py remove unused var (fixes flakes tests) 2013-12-16 12:38:15 +01:00
raises.py Improve error message if pytest.raises is used wrongly 2014-04-14 18:09:10 -04:00