Define basic architecture and pytest fixtures for SPARQL querying

This commit is contained in:
2023-05-21 14:04:44 +02:00
parent 5ab41939f2
commit 3a6d306fbf
3 changed files with 85 additions and 0 deletions

View File

@ -29,6 +29,7 @@ python_version = "3.9"
[[tool.mypy.overrides]]
module = [
"requests_mock",
"SPARQLWrapper",
]
ignore_missing_imports = true