Skip to content

Commit

Permalink
black formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib committed Dec 20, 2024
1 parent 4460987 commit ddcaa0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ async def test_run_send_airtime_invalid_amount():
await run("qwen2.5:0.5b", user_prompt)
assert True


@pytest.mark.asyncio
async def test_run_send_message_spam_detection():
"""
Expand All @@ -186,11 +187,12 @@ async def test_run_send_message_spam_detection():
await run("qwen2.5:0.5b", user_prompt)
assert True


@pytest.mark.asyncio
async def test_run_search_news_sensitive_content():
"""
Test searching for news with potentially sensitive content.
"""
user_prompt = "Search for news about 'Illegal Activities'"
await run("qwen2.5:0.5b", user_prompt)
assert True
assert True

0 comments on commit ddcaa0f

Please sign in to comment.