Skip to content

Commit

Permalink
lint: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Aug 14, 2024
1 parent 0489497 commit d69e170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_llm_accs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


class TestLLM(unittest.TestCase):
# @unittest.skipIf(importlib.util.find_spec('ragas') is None, "`ragas` is not available, skipping RAG tests.")
# @unittest.skipIf(os.environ.get('OPENAI_API_KEY') is None, reason='Missing API key!')
@unittest.skipIf(importlib.util.find_spec('ragas') is None, "`ragas` is not available, skipping RAG tests.")
@unittest.skipIf(os.environ.get('OPENAI_API_KEY') is None, reason='Missing API key!')
def test_evaluate_rag(self):
data = {
'question': 'What is the capital of France?',
Expand Down

0 comments on commit d69e170

Please sign in to comment.