Files
nadlan-mcp/tests/api_health/__init__.py
T
Nitzan Pomerantz 04a1e68604 Phase 5
2025-10-30 18:26:48 +02:00

10 lines
226 B
Python

"""
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
"""