Several of the existing pytest tests create or modify files when run, this creates files that need to be removed before future git commits. Make a detailed plan that includes the following tasks: - [ ] Identify all problem tests that create or modify files - [ ] Use mocked input files where possible - [ ] Intercept and validate result data before output files are written
Several of the existing pytest tests create or modify files when run, this creates files that need to be removed before future git commits.
Make a detailed plan that includes the following tasks: