Lines Matching defs:test
20 from test import support
21 from test.support import ALWAYS_EQ
22 from test.support import threading_helper
90 # for pickle test and subclass tests
446 obj.description = 'test description'
487 return "%s.test" % (self._name_, )
489 self.assertEqual(str(Generic.item), 'item.test')
1376 # now break BadPickle to test exception raising
1633 NI5 = NamedInt('test', 5)
1693 NI5 = NamedInt('test', 5)
1753 NI5 = NamedInt('test', 5)
1812 NI5 = NamedInt('test', 5)
1868 NI5 = NamedInt('test', 5)
1926 NI5 = NamedInt('test', 5)
2060 def test(self):
2063 test = 1
2064 self.assertIs(type(Test.test), Test)
2070 def test(self):
2073 test = 1
2074 self.assertEqual(Test.test.test, 'dynamic')
2075 self.assertEqual(Test.test.value, 1)
2819 "test usage of the `_order_` attribute"
3775 self.assertFalse('test' in RW)
4397 # indirectly test __objclass__
4443 # indirectly test __objclass__
4597 # global names for StrEnum._convert_ test
4617 # Reset the module-level test variables to their original integer