An integration testing framework that discovers tests, runs them with managed fixtures, and validates output against baselines.
Releases
Section titled “Releases”- v0.14.0
This release introduces inline test inputs for better test organization in deeply nested hierarchies. Tests can now place input data directly alongside test files, and you can create local
inputs/directories at any level with automatic shadowing semantics. - v0.13.1
This release fixes path handling in the diff runner to strip root path prefixes from output, making paths relative and consistent with other test runners.
- v0.13.0
This release adds
--package-dirssupport and improves startup diagnostics. - v0.12.0
Minor release with improved NO_COLOR handling.
- v0.11.0
Expose tenzir-test as a reusable Python library.