Lines Matching refs:self
17 def test_load(self):
26 self.assertEqual(actual, expected)
28 def test_incorrect_load(self):
35 with self.assertRaises(TypeError):
38 def test_parse_float(self):
60 self.assertIsInstance(actual_val, D)
62 self.assertTrue(expected_val.is_nan())
64 self.assertEqual(actual_val, expected_val)
66 def test_deepcopy(self):
73 self.assertEqual(obj_copy, obj)
92 self.assertEqual(obj_copy, expected_obj)
94 def test_inline_array_recursion_limit(self):
100 def test_inline_table_recursion_limit(self):