Community maintained modules for testcontainers
Provides modules to use for testing components in accordance with testcontainers-rs. Every module is treated as a feature inside this crate.
- Depend on testcontainers-modules with necessary features (e.g
postgres
,minio
and etc) - Then start using the modules inside your tests.
You can also see examples
- MIT license (LICENSE or http://opensource.org/licenses/MIT)