Running the project's tests with pytest localy creates a log folder and a `.ckpt` file. ## Proposed solution Find which tests create those files, and update them so that they are created in pytest's temporary folder for this test run.
Running the project's tests with pytest localy creates a log folder and a
.ckptfile.Proposed solution
Find which tests create those files, and update them so that they are created in pytest's temporary folder for this test run.