ComfyUI/tests-unit/assets_test
Matt Miller 482f811298
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
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
..
queries feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
services fix(assets): recognize temp directory in asset category resolution (#13159) 2026-03-25 19:59:59 -07:00
conftest.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
helpers.py test(assets): assert job_id and prompt_id are populated and equal 2026-05-08 15:21:10 -07:00
test_assets_missing_sync.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_crud.py test(assets): assert job_id and prompt_id are populated and equal 2026-05-08 15:21:10 -07:00
test_downloads.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_file_utils.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_list_filter.py test(assets): assert job_id and prompt_id are populated and equal 2026-05-08 15:21:10 -07:00
test_metadata_filters.py Assets Part 2 - add more endpoints (#12125) 2026-01-31 02:22:05 -05:00
test_prune_orphaned_assets.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_sync_references.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_tags_api.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_uploads.py test(assets): assert job_id and prompt_id are populated and equal 2026-05-08 15:21:10 -07:00