test_registry
¶
Smoke tests for the metric registry surface.
These exercise the public fastvideo.eval API only:
list_metrics, get_metric, and the group-resolution logic that
create_evaluator(metrics="vbench") uses.
Functions¶
fastvideo.tests.eval.test_registry.test_create_evaluator_resolves_group_prefix
¶
metrics="<group>" should expand to every <group>.* sub-metric.
Use the physics_iq group because it has multiple sub-metrics and
none of them load model weights — the group-resolution behavior is
what we're testing, not metric setup.