Finalize phase 4.1

This commit is contained in:
Nitzan Pomerantz
2025-10-28 00:58:43 +02:00
parent 3478426006
commit ae7f7f51c5
4 changed files with 192 additions and 133 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[tool:pytest]
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
markers =
integration: integration tests
unit: unit tests
integration: integration tests that make real API calls
unit: unit tests with mocked dependencies