Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-configured test container for MongoDB #398

Closed
RMariowski opened this issue Sep 8, 2021 · 3 comments
Closed

Add pre-configured test container for MongoDB #398

RMariowski opened this issue Sep 8, 2021 · 3 comments
Labels
enhancement New feature or request module An official Testcontainers module
Milestone

Comments

@RMariowski
Copy link
Contributor

RMariowski commented Sep 8, 2021

Is your feature request related to a problem? Please describe.
I started working on my personal project that is using multiple different databases and I'm using dotnet-testcontainers for more convenient way of testing. However as there's no pre-configured test container of MongoDB, I decided to write it for my own purposes, but as well I can also share it.

Describe the solution you'd like
I would like to see a pre-configured test container of MongoDB as is for other databases like Oracle, MySQL etc.

Additional context
Here's link to the branch from my fork as a potential PR: link

@HofmeisterAn
Copy link
Collaborator

👍 I'll take a look at it next week or the week after.

@HofmeisterAn HofmeisterAn added enhancement New feature or request module An official Testcontainers module labels Sep 29, 2021
@HofmeisterAn
Copy link
Collaborator

Your changes look good, thanks. I would prefer to provide modules in separate dependencies to support more module specific functions, but we do not have the infrastructure yet.

A PR is more than welcome! Thanks, again.

RMariowski added a commit to RMariowski/dotnet-testcontainers that referenced this issue Sep 29, 2021
… function: MongoDbTestcontainer'

{Add pre-configured MongoDb Testcontainer.}
@HofmeisterAn HofmeisterAn added this to the 1.6.0 milestone Oct 7, 2021
@HofmeisterAn
Copy link
Collaborator

#400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module An official Testcontainers module
Projects
None yet
Development

No branches or pull requests

2 participants