Testing

Guide to testing Metric Engine code.

Running Tests

pytest tests/

Test Structure

  • tests/unit/ - Unit tests for individual components

  • tests/integration/ - Integration tests

Writing Tests

See Testing Calculations for specific guidance.