Development
Development Resources
Section titled “Development Resources”This section contains development tools, test reports, and technical documentation for the IDX API platform.
Test Reports View the latest pytest HTML test reports
Coverage Reports Code coverage analysis and metrics
API Reference OpenAPI specification and endpoints
Quick Links
Section titled “Quick Links”| Resource | Description |
|---|---|
| Test Report (HTML) | Interactive pytest HTML report |
| Coverage Report | Detailed code coverage analysis |
| API Docs | FastAPI Swagger documentation |
Build Status
Section titled “Build Status”Test reports are automatically generated when running the test suite. To regenerate:
cd idx-apimake test-html # Generate HTML test reportmake test-coverage # Generate coverage reportmake publish-docs # Publish to docs site