ComfyUI/tests-unit/assets_test
Luke Mino-Altherr 9290e26e9f refactor: add explicit types to asset service functions
- Add typed result dataclasses: IngestResult, AddTagsResult,
  RemoveTagsResult, SetTagsResult, TagUsage
- Add UserMetadata type alias for user_metadata parameters
- Type helper functions with Session parameters
- Use TypedDicts at query layer to avoid circular imports
- Update manager.py and tests to use attribute access

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 20:32:14 -08:00
..
queries refactor: convert asset tests to table-driven parametrized tests 2026-02-03 19:50:16 -08:00
services refactor: add explicit types to asset service functions 2026-02-03 20:32:14 -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