Ejemplo n.º 1
0
 def test_good_entity(self):
     self.assertIs(calltips.get_entity('int'), int)
Ejemplo n.º 2
0
 def test_good_entity(self):
     self.assertIs(ct.get_entity('int'), int)
Ejemplo n.º 3
0
 def test_bad_entity(self):
     self.assertIsNone(calltips.get_entity('1/0'))
Ejemplo n.º 4
0
 def test_bad_entity(self):
     self.assertIsNone(ct.get_entity('1/0'))