feat(add unit tests):

This commit is contained in:
Alexander Myasoedov
2025-01-03 00:10:34 +02:00
parent ffd7d710f1
commit 0a536ee999
3 changed files with 87 additions and 1 deletions
Generated
+18 -1
View File
@@ -2361,6 +2361,23 @@ pytest = "==8.*"
[package.extras]
testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==6.*)"]
[[package]]
name = "pytest-mock"
version = "3.14.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"},
{file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"},
]
[package.dependencies]
pytest = ">=6.2.5"
[package.extras]
dev = ["pre-commit", "pytest-asyncio", "tox"]
[[package]]
name = "python-dateutil"
version = "2.9.0.post0"
@@ -3037,4 +3054,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "b9d8d47186a7ed4e1383f914ca8446de6571eebe7bafac500981bf4356a0754a"
content-hash = "4f40d67a422a8163c8938cd74f59dfb98290c0ee1ae658d44c35ba44e1d9fd12"