I'm just wondering whether there is any good framework for doing integration / regression tests in Python? I want to run all modules on large input data files (sensor measurements) to ensure that new changes in the code have not introduced any new defect (for every commit). Of course, I could implement such tests + reporting by myself in some pytest sub directory, but maybe there are some out of the box solutions?
Thanks!
Cheers, Alexey