ComfyUI/tests-unit
Christian Byrne c87a06f934
Update filter_files_content_types to support filtering 3d models (#7572)
* support 3d model filtering

* fix lint error: blank line contains whitespace

* add model extensions to test runner mimetype cache manually

* use unittest.mock.patch

* remove mtl file from testcase (actually plaintext support file)
2025-04-12 18:30:39 -04:00
..
app_test nit 2025-03-10 15:19:59 -04:00
comfy_test
execution_test
folder_paths_test Update filter_files_content_types to support filtering 3d models (#7572) 2025-04-12 18:30:39 -04:00
prompt_server_test
server/utils
utils Normalize extra_model_config.yaml paths to prevent duplicates. (#6885) 2025-02-20 07:09:45 -05:00
README.md
requirements.txt

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/