mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-13 15:02:09 +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/