Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_article0():
source = betterbib.Dblp()
test_entry = pybtex.database.Entry(
"article",
fields={"title": "Framework Deflated Krylov Augmented"},
persons={
"author": [
pybtex.database.Person("Liesen"),
pybtex.database.Person("Gaul"),
pybtex.database.Person("Nabben"),
]
},
)
bt = source.find_unique(test_entry)
reference = pybtex.database.Entry(