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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user