feat: Better structure, add tests

This commit is contained in:
2026-05-09 17:38:37 +03:00
parent 3750804145
commit 827ec85907
9 changed files with 913 additions and 157 deletions
+9
View File
@@ -15,3 +15,12 @@ dependencies = [
[tool.uv]
package = false
[dependency-groups]
dev = [
"pytest>=8.3.0",
"pytest-cov>=5.0.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]