feat: add tests for major parts of the bot

This commit is contained in:
Teesh 2025-03-13 20:36:28 +02:00
parent fad4f6bbbf
commit 256a442628
7 changed files with 181 additions and 0 deletions

View file

@ -11,3 +11,6 @@ dependencies = [
"pydantic>=2.10.6",
"python-dotenv>=1.0.1",
]
[dependency-groups]
dev = ["pytest>=8.3.5"]