from src.bibapi import SWB 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"