Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 296 Bytes

File metadata and controls

20 lines (14 loc) · 296 Bytes

AutoUAM Testing

Running Tests

# Install development dependencies
pip install -e ".[dev]"

# Run all tests
pytest

# Run with coverage
pytest --cov=autouam --cov-report=term-missing

Test Coverage

  • Load monitoring functionality
  • CLI commands
  • Basic configuration loading