Crate testcontainers_modules
source ·Expand description
testcontainers-modules
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.
Usage
- Depend on testcontainers-modules with necessary features (e.g
postgres,minioand etc) - Then start using the modules inside your tests.
You can also see examples
License
- MIT license (LICENSE or http://opensource.org/licenses/MIT)
Please have a look at the documentation of the separate modules for examples on how to use the module.
Re-exports
pub use testcontainers;
Modules
- dynamodb_local
dynamodb - elastic_search
elastic_search - elasticmq
elasticmq - google_cloud_sdk_emulators
google_cloud_sdk_emulators - kafka
kafka - minio
minio - mongo
mongo - mysql
mysql - orientdb
orientdb - parity_parity
parity - postgres
postgres - rabbitmq
rabbitmq - redis
redis - trufflesuite_ganachecli
trufflesuite_ganachecli - zookeeper
zookeeper