Added tests

This commit is contained in:
Nitzan Pomerantz
2025-07-12 17:48:50 +03:00
parent f422aeaa79
commit 1f1f4fc0ec
4 changed files with 351 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
markers =
integration: integration tests
unit: unit tests