This commit is contained in:
Nitzan Pomerantz
2025-10-30 18:26:48 +02:00
parent ae7f7f51c5
commit 04a1e68604
13 changed files with 1870 additions and 2 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ python_functions = test_*
addopts = -v --tb=short
markers =
integration: integration tests that make real API calls
unit: unit tests with mocked dependencies
unit: unit tests with mocked dependencies
api_health: weekly API health check tests (real API calls, run with: pytest -m api_health)