コード例 #1
0
 def test_base_type_cannot_be_created(self):
     with self.assertRaises(NotImplementedError):
         BaseType('test')
コード例 #2
0
 def test_base_has_no_operators(self):
     self.assertEqual(len(BaseType.get_all_operators()), 0)
コード例 #3
0
 def test_base_has_no_operators(self):
     self.assertEqual(len(BaseType.get_all_operators()), 0)