How to setup testcontainer in Django Rest Framwork + mongodb replica set #823
Unanswered
AnujChhikara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a django rest framework project and we are using mongodb with replica set , I want to use testcontainer for integration test but I don't find any good doc regarding this also I am able to start the containers and when just using it for like this
It is working fine but as soon i start integrating with my integration test I am facing issue mostly around replica set refuse to connect etc.
this is how we are setting replica in main prod db
Beta Was this translation helpful? Give feedback.
All reactions