Refactor code structure for improved readability and maintainability
This commit is contained in:
8
tests/test_kvk.py
Normal file
8
tests/test_kvk.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from src.bibapi.kvkparser import KVKParser
|
||||
|
||||
req = await KVKParser()
|
||||
await req.start()
|
||||
|
||||
|
||||
result = await req.search(title="Java ist auch eine Insel", author="Ullenboom")
|
||||
print(result)
|
||||
Reference in New Issue
Block a user