feat: add pytest and pytest-asyncio dependencies for testing

This commit is contained in:
Artem Kashaev
2025-11-27 14:24:57 +05:00
parent 41e344f06f
commit 926c125255
4 changed files with 158 additions and 0 deletions
+2
View File
@@ -19,4 +19,6 @@ dev = [
"isort>=7.0.0",
"mypy>=1.18.2",
"ruff>=0.14.6",
"pytest>=8.3.3",
"pytest-asyncio>=0.25.0",
]