mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
* Add /logs/raw and /logs/subscribe for getting logs on frontend Hijacks stderr/stdout to send all output data to the client on flush * Use existing send sync method * Fix get_logs should return string * Fix bug * pass no server * fix tests * Fix output flush on linux |
||
|---|---|---|
| .. | ||
| app_test | ||
| comfy_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/