OpenSearch¶
Since testcontainers-python v4.6.0
Introduction¶
The Testcontainers module for OpenSearch.
Adding this module to your project dependencies¶
Please run the following command to add the OpenSearch module to your python dependencies:
pip install testcontainers[opensearch] opensearch-py
Usage example¶