mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
96697c4bc5
* add GET /workflow_templates * serve workflow templates from custom_nodes * refactor into custom_node_manager, add test * remove unused import * revert changes in folder_paths * Remove trailing whitespace. * account for multiple custom_nodes paths |
||
---|---|---|
.. | ||
app_test | ||
comfy_test | ||
execution_test | ||
folder_paths_test | ||
prompt_server_test | ||
server | ||
utils | ||
README.md | ||
requirements.txt |
Pytest Unit Tests
Install test dependencies
pip install -r tests-unit/requirements.txt
Run tests
pytest tests-unit/