testkit

📦🦋 TestKit is a Rust-based testing framework for HTTP-based services with Testcontainers support

MIT License

Stars
1
testkit - v0.1.1 Latest Release

Published by auguwu 2 months ago

  • Updated all dependencies (Renovate should be back soon™️)
  • 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: https://github.com/charted-dev/testkit/compare/0.1.0...0.1.1

testkit - v0.1.0 | Initial Release

Published by auguwu 4 months ago

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

~ Noel Towa