pytest2/testing/python
Floris Bruynooghe c46e2cbbc7 Cache exception raised in fixtures according to their scope
Without this if a session scoped fixture fails it's setup it will
be re-tried each time it is requested.  Especially in case of
skip or failure exceptions this can be undesirable, but caching
makes sense for all exceptions.
2014-04-15 22:22:41 -04:00
..
collect.py Fixed pyflakes errors. 2014-03-14 14:25:36 +01:00
fixture.py Cache exception raised in fixtures according to their scope 2014-04-15 22:22:41 -04: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