Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: improve the signal/noise ratio of the test logs by 63%
Before this change, the log of the tests were littered with messages from Pillow: 2024-09-10 18:04:55 [ DEBUG] STREAM b'IHDR' 16 13 (PngImagePlugin.py:197) 2024-09-10 18:04:55 [ DEBUG] STREAM b'sBIT' 41 4 (PngImagePlugin.py:197) 2024-09-10 18:04:55 [ DEBUG] b'sBIT' 41 4 (unknown) (PngImagePlugin.py:753) 2024-09-10 18:04:55 [ DEBUG] STREAM b'pHYs' 57 9 (PngImagePlugin.py:197) After this change, on my machine, the size of the log produced by running "make test" goes from 1405 to 513 lines, a 63% reduction, that hopefully increases the signal noise ratio of the test logs.
- Loading branch information