Skip to content

Testing

Health Check Monitor includes a comprehensive test suite to ensure reliability.

Running Tests

# Run all tests
make test

# Run specific test file
pytest tests/test_config.py

Test Structure

The test suite is organized to match the project structure:

  • tests_config.py - Tests for configuration loading and validation