Skip to content

Commit

Permalink
test(cli)🔧: Update pytest marker for test_docs
Browse files Browse the repository at this point in the history
- Change pytest marker from llm_evals to llm.
  • Loading branch information
ericmjl committed Sep 6, 2024
1 parent 196bde2 commit f506b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def next_prime(current_number):
)


@pytest.mark.llm_evals
@pytest.mark.llm
@pytest.mark.parametrize(
"original_docs,new_source_code,system_prompt,pydantic_model,expected_status",
[(tuple(case.values())) for case in test_cases],
Expand Down

0 comments on commit f506b12

Please sign in to comment.