ComfyUI/tests-unit/assets_test/queries
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
..
conftest.py fix: ruff linting errors and add comprehensive test coverage for asset queries 2026-02-03 13:21:12 -08:00
test_asset_info.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
test_asset.py refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
test_cache_state.py refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
test_metadata.py refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
test_tags.py refactor: rename functions to verb-based naming convention 2026-02-03 13:58:14 -08:00