Skip to content

v0.10.0

Choose a tag to compare

@yukinarit yukinarit released this 18 Sep 02:46
· 64 commits to main since this release
f12dd16

Replaced filesystem-based test discovery with a compile-time registry approach, enabling modular test organization and improved performance by discovering tests through Rust's module system instead of runtime filesystem scanning.

What's Changed

Breaking changes

  • Replace filesystem-based test discovery with compile-time registry approach by @corentinlange in #111

⚠️ Test name will now include project name to support multi-binary project. For example,
Until 0.9.0: http::delay::delay_with_headers::tanu_integration_tests::http::delay::delay_with_headers
Since 0.10.0: tanu_integration_tests::http::delay::delay_with_headers::tanu_integration_tests::http::delay::delay_with_headers

Other changes

New Contributors

Full Changelog: v0.9.0...v0.10.0