pytest2/testing/python
holger krekel 494be731e3 support nose-style ``__test__`` attribute on modules, classes and
functions, including unittest-style Classes.  If set to True, the
test will not be collected.

--HG--
branch : nose_test_attr
2014-04-10 12:46:27 +02: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 support nose-style ``__test__`` attribute on modules, classes and 2014-04-10 12:46:27 +02:00
metafunc.py remove unused var (fixes flakes tests) 2013-12-16 12:38:15 +01:00
raises.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00