libcnb-test v0.6.0
·
279 commits
to main
since this release
- Overhaul the crate README/docs, to improve the learning/onboarding UX. (#478)
- Rename
TestRunner::run_test
toTestRunner::build
,TestConfig
toBuildConfig
andTestContext::run_test
toTestContext::rebuild
. (#470) - Add
TestContext::start_container
,TestContext::run_shell_command
andContainerConfig
. (#469) - Remove
TestContext::prepare_container
andPrepareContainerContext
. To start a container useTestContext::start_container
combined withContainerConfig
(or else the convenience functionTestContext::run_shell_command
) instead. (#469) - Fix missing logs when using
ContainerContext::logs_now
. (#471)