testcontainers-rs

A library for integration-testing against docker containers from within Rust. (by testcontainers)

Testcontainers-rs Alternatives

Similar projects and alternatives to testcontainers-rs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better testcontainers-rs alternative or higher similarity.

testcontainers-rs reviews and mentions

Posts with mentions or reviews of testcontainers-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-15.
  • Rust Tooling: 8 tools that will increase your productivity
    9 projects | dev.to | 15 Feb 2024
    Testing with added infrastructure can be quite tricky. testcontainers aims to solve this by providing an open-source framework for providing local, lightweight containers for your application that can be immediately thrown away after use. It also has a Rust SDK!
  • Writing a REST API in Rust
    3 projects | dev.to | 31 Jan 2024
    Add tests! You can use testcontainers to spin up Docker containers for Postgres and other infrastructure which makes testing your database extremely easy. You can find more about this here.
  • Writing Better Integration Tests with RAII
    1 project | /r/rust | 22 Oct 2022
    You didn't mention how do you start Postgres for the tests. Is it assumed it runs in the background? A cool crate I use lately for this kind of thing is test_containers that can start docker containers from code, for example - Postgres
  • Tokio's Axum web framework - not new, but new to me
    5 projects | /r/rust | 22 Jan 2022
    Do you manually spin up the containers or do you use testcontainers?
  • Using rust for REST-API microservices
    3 projects | /r/rust | 2 Oct 2021
    For the repo testing, that’s simple. https://github.com/testcontainers/testcontainers-rs will start a Docker image and you just use that when instantiating the repo.
  • httpmock - A Rust library and tool for mocking and prototyping HTTP endpoints.
    5 projects | /r/rust | 11 Aug 2021
    Thanks for sharing! I'm still a beginner with Rust and still pretty new to testing in general - is there any benefit to using something like this over bringing up the service as a separate container using something like testcontainers? I suppose the biggest one is this is in-memory and doesn't require the party running tests to have Docker available locally. The tradeoff is the extra work to create all the mocks (i.e. my library has several dozen endpoints).
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more β†’

Stats

Basic testcontainers-rs repo stats
6
578
7.7
3 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com