def test_UpdateToolLocation(self): """ """ toolUtils.updateToolLocation(self.ncTool, "Dune Sea") self.assertEqual(toolUtils.getToolLocation(self.ncTool), "Dune Sea")
def test_UpdateToolLocation(self): """ """ toolUtils.updateToolLocation (self.ncTool, "Dune Sea") self.assertEqual (toolUtils.getToolLocation (self.ncTool), "Dune Sea")
def test_GetToolLocation(self): """ """ self.assertEqual(toolUtils.getToolLocation(self.ncTool), "Jedi Temple")
def test_GetToolLocation(self): """ """ self.assertEqual (toolUtils.getToolLocation (self.ncTool), "Jedi Temple")