Searched refs:test_method (Results 1 – 3 of 3) sorted by relevance
144 test_method = getattr(test, test._testMethodName)145 if test_method is not None and hasattr(test_method, "categories"):146 test_categories.extend(test_method.categories)
1706 def test_method(self, attrvalue=attrvalue): function1710 test_method.__name__ = method_name1711 test_method.debug_info = cat1712 newattrs[method_name] = test_method
51 def test_method(self, attrvalue=attrvalue): function55 test_method.__name__ = method_name56 test_method.debug_server = cat57 newattrs[method_name] = test_method