Hi, I want to validate data of a file using pytest. Can we loop through all the functions in pytest file? The file can be very large so i have to read the file in fraction and run the test function repeatadly for all the lines.
I tried running this but the tests run for only one line not for all. How can I achieve this? Thanks and Regards, Ankit Pareek
_______________________________________________ pytest-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-commit
