feat(add tests):

This commit is contained in:
Alexander Myasoedov
2024-12-10 15:39:47 +02:00
parent d365113440
commit f94539d8e6
4 changed files with 189 additions and 1 deletions
+5
View File
@@ -59,3 +59,8 @@ line-length = 120
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"