mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 14:37:04 +08:00
- use sqlalchemy + alembic + sqlite for db - extract model data and previews - endpoints for db interactions - add tests
Pytest Unit Tests
Install test dependencies
pip install -r tests-unit/requirements.txt
Run tests
pytest tests-unit/