ComfyUI/tests-unit/assets_test
Luke Mino-Altherr 6b1f9f7755 refactor: convert asset tests to table-driven parametrized tests
- test_metadata.py: consolidate 7 filter type classes into parametrized tests
- test_asset.py: parametrize exists, get, and upsert test cases
- test_cache_state.py: parametrize upsert and delete scenarios
- test_crud.py: consolidate error response tests into single parametrized test
- test_list_filter.py: consolidate invalid query tests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:50:16 -08:00
..
queries refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
services refactor: use explicit dataclasses instead of ORM objects in service layer 2026-02-03 18:39:07 -08:00
conftest.py chore: remove unused re-exports from conftest.py 2026-02-03 19:22:24 -08:00
helpers.py fix: resolve test import errors and module collision in assets_test 2026-02-03 14:57:52 -08:00
test_assets_missing_sync.py fix: resolve test import errors and module collision in assets_test 2026-02-03 14:57:52 -08:00
test_crud.py refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
test_downloads.py fix: resolve test import errors and module collision in assets_test 2026-02-03 14:57:52 -08:00
test_list_filter.py refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08: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 fix: resolve test import errors and module collision in assets_test 2026-02-03 14:57:52 -08:00
test_tags_api.py fix: resolve test import errors and module collision in assets_test 2026-02-03 14:57:52 -08:00
test_uploads.py Assets Part 2 - add more endpoints (#12125) 2026-01-31 02:22:05 -05:00