Added and updated tests

This commit is contained in:
Mawoka
2022-04-16 19:43:30 +02:00
parent a561537f05
commit 14008cfbee
9 changed files with 411 additions and 254 deletions
+1
View File
@@ -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