✅ Added and updated tests
This commit is contained in:
@@ -4,6 +4,7 @@ from classquiz.kahoot_importer.search import search
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.order("last")
|
||||
async def test_search():
|
||||
res = await search(query="Python", limit=100)
|
||||
assert len(res.entities) == 100
|
||||
|
||||
Reference in New Issue
Block a user