Files
ComfyUI/tests-unit
Matt Miller 482f811298 test(assets): assert job_id and prompt_id are populated and equal
Adds assert_job_id_prompt_id_match() helper and uses it across
test_crud.py, test_list_filter.py, and test_uploads.py to verify both
fields are present and carry the same value on every Asset response.

The spec change introducing job_id lives in the parent PR (#13734).
2026-05-08 15:21:10 -07:00
..

Pytest Unit Tests

Install test dependencies

pip install -r tests-unit/requirements.txt

Run tests

pytest tests-unit/