ONSdigital / dp-mongodb-in-memory

Runs an in-memory MongoDB instance for Go unit tests
MIT License
15 stars 13 forks source link

Feature/add replica set #20

Closed ghost closed 2 years ago

ghost commented 2 years ago

What

Add code to setup the returned mongo-in-memory server as a replicate set of one node. This will allow extra features to be used/tested, such as mongodb transactions

How to review

Review code and ensure all tests are passing

Who can review

Anyone