Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions tests/test_regression_9f6f6ecb.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# AUTO-GENERATED REGRESSION TEST
# ----------------------------------------
# Source trace: 9f6f6ecb-5798-43f7-9231-c1bb1123cc1f
# Failure type: unknown
# Model: unknown
# Generated by: TraceOps Lite
#
# This file was automatically generated
# from a production failure report.
#
# DO NOT EDIT MANUALLY
# ----------------------------------------

import pytest

from deepeval import assert_test
from deepeval.test_case import LLMTestCase

from deepeval.metrics import AnswerRelevancyMetric


@pytest.mark.regression
def test_regression_9f6f6ecb():
"""
Regression test generated from
production trace:

9f6f6ecb-5798-43f7-9231-c1bb1123cc1f

Failure type:
unknown
"""

test_case = LLMTestCase(
input="unknown",
actual_output="unknown",
retrieval_context=[],
)

metric = AnswerRelevancyMetric(threshold=0.7)

assert_test(
test_case,
[metric],
)


# ---- Metadata ----------------------------------

TRACE_ID = "9f6f6ecb-5798-43f7-9231-c1bb1123cc1f"

FAILURE_TYPE = "unknown"

MODEL = "unknown"

SOURCES = []