add pytest

This commit is contained in:
IluaAir
2025-08-16 12:40:25 +03:00
parent 9a1b2b4f93
commit 053f97daf0
2 changed files with 104 additions and 4 deletions

View File

@@ -90,4 +90,8 @@ ignore = [
[tool.ruff.format]
# Enable Ruff's formatter.
docstring-code-format = true
docstring-code-format = true
[tool.poetry.group.test.dependencies]
pytest = "^8.4.1"
pytest-asyncio = "^1.1.0"