basic testing framework
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user