add all rows scores to ScoringResult

This commit is contained in:
Xi Yan 2024-10-24 11:53:15 -07:00
parent 071dba8871
commit a3a8f32541
5 changed files with 19 additions and 7 deletions

View file

@ -66,3 +66,4 @@ async def test_scoring_score(scoring_settings):
)
assert len(response.results) == 1
assert "equality" in response.results