Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/test/
Dtest_case.py27 class LoggingTestCase(unittest.TestCase): class in 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):
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py39 class LoggingTestCase(unittest.TestCase): class in 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 …]