Closed
Description
Currently some of the tests in test_image.py
write inside the assets folder. Example:
Lines 113 to 125 in 78159d6
As per discussion here, all tests that write to files should write to temporary locations via tempfile or similar solutions. It's worth ensuring that the solution works seamlessly on Windows.