test: introduce basic tests

This commit is contained in:
Richard Kubíček
2025-03-05 12:07:46 +01:00
parent e668f76b4c
commit 886004a20a
3 changed files with 71 additions and 0 deletions

3
requirements_dev.txt Normal file
View File

@@ -0,0 +1,3 @@
requests~=2.32.3
python-dotenv~=1.0.1
pytest~=8.3.5