Skip to content

Development

This section contains development tools, test reports, and technical documentation for the IDX API platform.

ResourceDescription
Test Report (HTML)Interactive pytest HTML report
Coverage ReportDetailed code coverage analysis
API DocsFastAPI Swagger documentation

Test reports are automatically generated when running the test suite. To regenerate:

Terminal window
cd idx-api
make test-html # Generate HTML test report
make test-coverage # Generate coverage report
make publish-docs # Publish to docs site