Skip to main content
FlexInfer docs

Testing

Unit tests, integration tests (envtest), and targeted suites.

Testing

Quick unit tests

cd services/flexinfer
make test-unit

Integration tests (envtest)

Runs controller tests with envtest assets:

cd services/flexinfer
make test-integration

Full suite

Includes codegen + fmt/vet:

cd services/flexinfer
make test

Targeted suites

  • GPUGroup tests:
    cd services/flexinfer
    make test-gpugroup
  • Proxy tests:
    cd services/flexinfer
    make test-proxy