Testing
Guide to testing Metric Engine code.
Running Tests
pytest tests/
Test Structure
tests/unit/- Unit tests for individual componentstests/integration/- Integration tests
Writing Tests
See Testing Calculations for specific guidance.
Guide to testing Metric Engine code.
pytest tests/
tests/unit/ - Unit tests for individual components
tests/integration/ - Integration tests
See Testing Calculations for specific guidance.