Skip to content

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