Added tests for users

This commit is contained in:
Mawoka
2022-04-16 15:00:44 +02:00
parent 419f2a9906
commit c3f84e755c
8 changed files with 248 additions and 14 deletions
+1 -2
View File
@@ -18,5 +18,4 @@ async def test_search():
await search(query="Internet", limit=100)
await search(query="Windows", limit=100)
res2 = await search(query="Python", limit=100)
res2_ids = [str(e.card.uuid) for e in res2.entities]
print(res2_ids)
[str(e.card.uuid) for e in res2.entities]