Skip to content

Commit

Permalink
mark test as unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Mar 29, 2024
1 parent 769f948 commit 8eb2758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from promptflow.entities import AzureOpenAIConnection



@pytest.mark.unittest
class TestChatEvaluator:
def test_conversation_validation_normal(self):
model_config = AzureOpenAIConnection(
Expand Down

0 comments on commit 8eb2758

Please sign in to comment.