testcontainers-python
testcontainers-python copied to clipboard
Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
**What are you trying to do?** I want to run my tests, which rely on Test Containers, on my CI. But I don't have the rights to edit the runner's...
**What is the new container you'd like to have?** I'd like to request adding Vespa AI (the big data serving engine and vector database) container support. - **Docker container**: `vespaengine/vespa:latest`...
What is the new container you'd like to have? A n8n object container would serve testing and usage better. Why not just use a generic container for this? n8n support...
solves https://github.com/testcontainers/testcontainers-python/issues/885 includes complete vLLM api , can be used for generation, embeddings , finetuning , dataset creation , testing experiment configurations , rl , and testing performance , ......
## Preview This PR adds comprehensive support for StarRocks database containers to testcontainers-python, enabling developers to easily spin up StarRocks instances for testing and development purposes. ## Changes Made -...
It's already fully typed, just not marked as such
## What are you trying to do? Hello! I've been using Testcontainers for Java, and we recently started using it for Python as well. I noticed that in Java, when...
https://github.com/testcontainers/testcontainers-python/blob/ce12f22fd301a48bf2dae7715ee84730d955967e/modules/ollama/testcontainers/ollama/__init__.py#L148
**What is the new container you'd like to have?** Container for [CrateDB](https://cratedb.com/) database. **Why not just use a generic container for this?** CrateDB has it's own wait strategy as well...
**What is the new container you'd like to have?** A **vLLM object container** would serve testing and usage better. **Why not just use a generic container for this?** The **Ollama...