testcontainers / testcontainers-rs

A library for integration-testing against docker containers from within Rust.
https://rust.testcontainers.org
Apache License 2.0
697 stars 133 forks source link

refactor!: put `reqwest` behind `http_wait` feature #705

Closed rukai closed 1 month ago

rukai commented 1 month ago

closes https://github.com/testcontainers/testcontainers-rs/issues/704

I have no particular attachment to the http_wait feature name but it seems short and clear to me.

netlify[bot] commented 1 month ago

Deploy Preview for testcontainers-rust ready!

Name Link
Latest commit 242d16024b16c63c7acaba020717d489de795e24
Latest deploy log https://app.netlify.com/sites/testcontainers-rust/deploys/669f09dae80a8b00082f855e
Deploy Preview https://deploy-preview-705--testcontainers-rust.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

rukai commented 1 month ago

Should be good now: image

DDtKey commented 1 month ago

Thanks for your contribution and quick response to comments! 🚀