Files
pytest2/_pytest
AbdealiJK d4c9fa9f1a unittest.UnitTestCase: Allow __test__ for methods
__test__ needs to be checked for methods of a class too. Earlier,
this was not done, and all methods in a class was assumed to be
a test. This commit adds the appropriate condition to ensure that
if the __test__ is set to False, it does not collect that method.

Fixes https://github.com/pytest-dev/pytest/issues/1558
2016-05-19 08:19:57 +05:30
..
2016-04-20 11:18:47 +02:00
2015-12-25 17:51:55 -02:00
2016-03-02 12:43:57 +00:00
2016-01-22 18:32:45 -02:00
2016-01-25 23:18:04 -02:00
2016-01-25 23:18:04 -02:00
2016-03-27 13:15:56 +03:00