Exemplo n.º 1
0
 def test_pplan_add_for_variable(self):
   v = Variable("v", 1, self.constraint_system)
   self.assertEqual(
     v.add_to_pplan([], self.constraint_system.marker.new_mark()),
     [],
     "plain variable return pplan as it was")
Exemplo n.º 2
0
 def test_pplan_add_for_variable(self):
     v = Variable("v", 1, self.constraint_system)
     self.assertEqual(
         v.add_to_pplan([], self.constraint_system.marker.new_mark()), [],
         "plain variable return pplan as it was")