Skip to content

Releases: charted-dev/testkit

v0.1.2

08 Dec 04:30
Compare
Choose a tag to compare

Additions

  • assert_failure! macro (@auguwu)
  • Added $header:ident to assert from axum::http::header::$header in assert_has_header! and assert_not_has_header! macros (@auguwu)
  • noop_request for TestContext::request (@auguwu)

Fixes

  • Fixed literal string / path not being parsed correctly in #[test] macro. (@auguwu)

Breaking Changes

Full Changelog: 0.1.1...0.1.2

v0.1.1

20 Aug 17:30
Compare
Choose a tag to compare
  • Updated all dependencies (Renovate should be back soon:tm:)
  • Made using testcontainers optional, so it doesn't pull in the crate if you don't need it.
  • Binding to the ephemeral service now binds to 127.0.0.1 instead of 0.0.0.0

Full Changelog: 0.1.0...0.1.1

v0.1.0 | Initial Release

23 Jun 22:12
Compare
Choose a tag to compare

This release is the initial release of charted-testkit. If there are any issues, please report them via GitHub. :)

~ Noel Towa