def test_testName5(self): color.blue("test here baby") string = '/file_2_Path:8' data = ['/filePath:6', '/file_2_Path:9', '/file_3_Path:3'] result = next.get(data, string, "next") expected = '/file_2_Path:9' self.assertEqual (result, expected)
def read(fileNameWithLine, move): data = readFile() result = next.get(data, fileNameWithLine, move) return result