# Testing Guide to testing Metric Engine code. ## Running Tests ```bash pytest tests/ ``` ## Test Structure - `tests/unit/` - Unit tests for individual components - `tests/integration/` - Integration tests ## Writing Tests See [Testing Calculations](howto/testing_calcs.md) for specific guidance.