test(05-02): add failing tests for icon upload endpoint

- Add test_icon_upload.py with 6 TDD RED tests for PKG-04
- Add Pillow>=10.0 to requirements.txt
- Add ICONS_DIR to imptune/config.py
This commit is contained in:
2026-04-10 15:04:38 +02:00
parent a31c71e11f
commit d8ce223b38
3 changed files with 142 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ python-multipart==0.0.9
pycryptodome==3.20.*
python-dotenv==1.0.*
peewee==3.17.*
Pillow>=10.0