10 lines
226 B
Python
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
|
|
"""
|