basic testing framework

This commit is contained in:
2025-05-15 09:31:02 +02:00
parent 33cbbc0373
commit f6e27de5a5
9 changed files with 266 additions and 105 deletions

View File

@ -7,7 +7,12 @@ requires-python = ">=3.12"
dependencies = [
"flask>=3.1.0",
"powerdns-client>=1.0.4",
"pytest>=8.3.5",
"python-decouple>=3.8",
"requests>=2.32.3",
"tornado>=6.4.2",
]
# FIXME: there has to be a better way than this
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"