We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52863fb commit 09a9b61Copy full SHA for 09a9b61
tests/evals/test_reporting.py
@@ -1355,7 +1355,7 @@ async def test_evaluation_renderer_diff_with_no_metadata(sample_report_case: Rep
1355
include_errors=False, # Prevent failures table from being added
1356
)
1357
assert output == snapshot("""\
1358
- Evaluation Diff: baseline_report → new_report
+ Evaluation Diff: baseline_report → new_report \n\
1359
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━┓
1360
┃ Case ID ┃ Scores ┃ Labels ┃ Metrics ┃ Assertions ┃ Duration ┃
1361
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━┩
0 commit comments