Home
last modified time | relevance | path

Searched refs:GenericTest (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_genericpath.py22 class GenericTest: class
313 class TestGenericTest(GenericTest, unittest.TestCase):
314 # Issue 16852: GenericTest can't inherit from unittest.TestCase
315 # for test discovery purposes; CommonTest inherits from GenericTest
320 for attr in GenericTest.common_attributes:
344 class CommonTest(GenericTest):
345 common_attributes = GenericTest.common_attributes + [

Completed in 3 milliseconds