Does anybody know how to mock a pandas read_csv function with pytest, when it is using the chunksize parameter? The below functions worked well without chunksize. B
chunksize