def setUp(self): self.p2_entry_path = create_fully_initialized_problem(self, self.p2)
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)
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")