Finished test for user-router

This commit is contained in:
Mawoka
2022-04-16 17:56:44 +02:00
parent 78df99d837
commit a561537f05
5 changed files with 48 additions and 6 deletions
-1
View File
@@ -6,7 +6,6 @@ from classquiz.kahoot_importer.search import search
@pytest.mark.asyncio
async def test_search():
res = await search(query="Python", limit=100)
print(res)
assert len(res.entities) == 100
await search(query="Test Quiz", limit=100)
await search(query="Biologie", limit=100)