Exemplo n.º 1
0
def small_index() -> Index:
    # TODO: Consider using the pytest fixture decorator
    index = Index([])
    index.parse('data/part1/small.dat')
    return index