ort-test

Installation
SKILL.md

Running ONNX Runtime Tests

ONNX Runtime uses Google Test for C++ and unittest (preferred) / pytest for Python.

C++ tests

Test executables

Executable What it tests
onnxruntime_test_all Core framework, graph, optimizer, session tests
onnxruntime_provider_test Operator/kernel tests (Conv, MatMul, etc.) across execution providers

Use --gtest_filter to select specific tests:

./onnxruntime_provider_test --gtest_filter="*Conv3D*"
Installs
2
GitHub Stars
20.5K
First Seen
May 15, 2026
ort-test — microsoft/onnxruntime