1
0
Fork 0

i think that this works now

This commit is contained in:
Arthur K. 2026-03-08 09:44:33 +03:00
parent a3c843d63c
commit fc555244a8
Signed by: wzray
GPG key ID: B97F30FDC4636357
13 changed files with 715 additions and 505 deletions

View file

@ -18,4 +18,11 @@ package = false
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-asyncio>=0.25.0",
"pytest-aiohttp>=1.1.0",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
pythonpath = ["src"]