ComfyUI/tests-unit
lif 4d4701893f fix: remove trailing underscore from output filenames
Fixes #1389

Removed the unnecessary trailing underscore from output filenames.
- Old format: ComfyUI_00001_.png
- New format: ComfyUI_00001.png

Updated get_save_image_path to support both formats for backward
compatibility with existing files.
2025-12-18 00:36:38 +08:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/