Releases: charted-dev/testkit
Releases · charted-dev/testkit
v0.1.2
Additions
assert_failure!
macro (@auguwu)- Added
$header:ident
to assert fromaxum::http::header::$header
inassert_has_header!
andassert_not_has_header!
macros (@auguwu) noop_request
forTestContext::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.1
instead 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