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
+9
View File
@@ -0,0 +1,9 @@
"""
API health check tests.
These tests make real API calls to verify the Govmap API is functioning correctly.
They should be run periodically (e.g., weekly) but not on every test run.
Run with:
pytest -m api_health
"""