Cross-Language Tests¶
Test compatibility across Python, Go, and Rust implementations.
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
Coming Soon¶
Complete cross-language testing guide under development.
Quick Start¶
# Run pretaster tests
make validate-pspf
# Test all combinations
make validate-pspf-combo
# Specific combination
cd tests/pretaster
make test BUILDER=go LAUNCHER=rust
Test Matrix¶
| Builder | Launcher | Status |
|---|---|---|
| Go | Go | โ Tested |
| Go | Rust | โ Tested |
| Rust | Go | โ Tested |
| Rust | Rust | โ Tested |
Topics to be Covered¶
- Pretaster test suite
- Format compatibility testing
- Cross-language scenarios
- Test infrastructure
- Adding new tests
See also: Testing Guide | [Pretaster README