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
@@ -10,3 +10,4 @@ PORT = int(os.environ.get("PORT", "8000"))
DB_PATH = str(Path(DATA_DIR) / "imptune.db")
DRIVERS_DIR = str(Path(DATA_DIR) / "drivers")
ICONS_DIR = str(Path(DATA_DIR) / "icons")