Expand description
Testing utilities for tree building. Builder testing utilities for the Oak ecosystem.
This module provides comprehensive testing infrastructure for builders, including file-based testing, expected output comparison, timeout handling, and test result serialization for typed root structures.
Structsยง
- Builder
Test Expected - Expected builder test results for comparison.
- Builder
Tester - A concurrent builder testing utility that can run tests against multiple files with timeout support.
- Typed
Root Data - Typed root data structure for builder testing.