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

/external/python/cpython2/Lib/unittest/test/
H A Dtest_case.py27 class LoggingTestCase(unittest.TestCase): class in class:Test
31 super(Test.LoggingTestCase, self).__init__('test')
135 class Foo(Test.LoggingTestCase):
148 class Foo(Test.LoggingTestCase):
172 class Foo(Test.LoggingTestCase):
187 class Foo(Test.LoggingTestCase):
211 class Foo(Test.LoggingTestCase):
224 class Foo(Test.LoggingTestCase):
248 class Foo(Test.LoggingTestCase):
261 class Foo(Test.LoggingTestCase)
[all...]
/external/python/cpython3/Lib/unittest/test/
H A Dtest_case.py39 class LoggingTestCase(unittest.TestCase): class in class:Test
43 super(Test.LoggingTestCase, self).__init__('test')
157 class Foo(Test.LoggingTestCase):
170 class Foo(Test.LoggingTestCase):
194 class Foo(Test.LoggingTestCase):
209 class Foo(Test.LoggingTestCase):
233 class Foo(Test.LoggingTestCase):
246 class Foo(Test.LoggingTestCase):
270 class Foo(Test.LoggingTestCase):
283 class Foo(Test.LoggingTestCase)
[all...]

Completed in 73 milliseconds