Skip to content

libcnb-test v0.6.0

Compare
Choose a tag to compare
@edmorley edmorley released this 21 Jul 18:38
· 279 commits to main since this release
d650452
  • Overhaul the crate README/docs, to improve the learning/onboarding UX. (#478)
  • Rename TestRunner::run_test to TestRunner::build, TestConfig to BuildConfig and TestContext::run_test to TestContext::rebuild. (#470)
  • Add TestContext::start_container, TestContext::run_shell_command and ContainerConfig. (#469)
  • Remove TestContext::prepare_container and PrepareContainerContext. To start a container use TestContext::start_container combined with ContainerConfig (or else the convenience function TestContext::run_shell_command) instead. (#469)
  • Fix missing logs when using ContainerContext::logs_now. (#471)