This repository was archived by the owner on May 8, 2025. It is now read-only.
Releases: charted-dev/testkit
Releases · charted-dev/testkit
v0.1.2
Additions
assert_failure!macro (@auguwu)- Added
$header:identto assert fromaxum::http::header::$headerinassert_has_header!andassert_not_has_header!macros (@auguwu) noop_requestforTestContext::request(@auguwu)
Fixes
- Fixed literal string / path not being parsed correctly in
#[test]macro. (@auguwu)
Breaking Changes
- MSRV bumped to 1.78 (@auguwu)
Full Changelog: 0.1.1...0.1.2
v0.1.1
- 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.1instead of0.0.0.0
Full Changelog: 0.1.0...0.1.1
v0.1.0 | Initial Release
This release is the initial release of charted-testkit. If there are any issues, please report them via GitHub. :)
~ Noel Towa