libcnb-test v0.2.0
·
380 commits
to main
since this release
libcnb-test
now cross-compiles and packages all binary targets of the buildpack for an integration test. The main buildpack binary is either the only binary target or the target with the same name as the crate. This feature allows the usage of additional binaries for i.e. execd. (#314)- Increase minimum supported Rust version from 1.56 to 1.58 (#318).
- Add
assert_contains!
macro for easier matching ofpack
output in integration tests. (#322) - Fail tests early with a clearer error message, if expected cross-compilation toolchains are not found (#347).
- Update
libcnb-cargo
from0.2.1
to0.3.0
- see the libcnb-cargo changelog. (#361)