I'd love it if I could add some regression tests to your suite. The easiest way to do this would be to use pytest for fixtures and pytest-regression to store the expected values
I absolutely can avoid using pytest if that is your preference, but test failure reporting will be less granular
I'd love it if I could add some regression tests to your suite. The easiest way to do this would be to use
pytestfor fixtures andpytest-regressionto store the expected valuesI absolutely can avoid using pytest if that is your preference, but test failure reporting will be less granular