def setUp(self):
     self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
Exemple #2
0
 def setUp(self):
     self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
     self.p2_entry_root_path = create_problem(self, self.root_p2, bus=self.root_bus)
Exemple #3
0
 def setUp(self):
     self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
Exemple #4
0
 def test_real_problem(self):
     self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
     self.assertTrue(self.p2_entry_path,
                     "Failed to return ID of the new problem")
 def setUp(self):
     self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
     self.p2_entry_root_path = create_problem(self,
                                              self.root_p2,
                                              bus=self.root_bus)