chore(all): run formatting on repo, start work on porting webrequest over to api library
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from src.bibapi.sru import SWB
|
||||
from src.bibapi import SWB
|
||||
|
||||
|
||||
def test_swb_schema():
|
||||
def test_swb_schema() -> None:
|
||||
result = SWB().getBooks(["pica.tit=Java ist auch eine Insel", "pica.bib=20735"])
|
||||
assert len(result) == 1
|
||||
assert result[0].title == "Java ist auch eine Insel"
|
||||
assert
|
||||
|
||||
Reference in New Issue
Block a user