Skip to content

Testing Documentation

Comprehensive testing documentation for the FIML project.

Overview

Test Reports

Infrastructure

Running Tests

# Run all tests
pytest

# Run with coverage
pytest --cov=fiml --cov-report=html

# Run specific test suite
pytest tests/test_arbitrator.py

Test Coverage

The project maintains high test coverage across all components:

  • Core functionality: 90%+ coverage
  • Integration tests: Full workflow coverage
  • Performance benchmarks: Automated regression detection

For detailed test metrics, see the Test Report.