testcontainers / testcontainers/testcontainers-python
New Container: Azure Service Bus Emulator
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 386
- Avg merge
- 4h 40m
- Merged PRs (30d)
- 1
Description
What is the new container you'd like to have?
Azure Service Bus Emulator, this exists within the Java and C# implementations and it would be good to have feature parity.
Why not just use a generic container for this?
The container has a MSSQL container dependency to run along with some annoying EULA acceptance features. Mounting configuration into the container is also required rather than configuration through the environment. It doesn't help that the emulator implementation isn't open source.
Other references:
Include any other relevant reading material about the enhancement.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked Azure Service Bus Emulator installer and comparing the Java and C# implementations for feature parity. The issue names no Python files, tests, or entry points, so inspect existing container modules and their tests, especially patterns for MSSQL dependencies, EULA acceptance, and mounted configuration. Done means the emulator can be used through the Python library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, docker, python
- Domain
- cloud, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100