kaizendorks / pymongo_inmemory

A mongo mocking library with an ephemeral MongoDB running in memory.
MIT License
40 stars 13 forks source link

Use examples under the examples folder for integration testing #23

Open ekarademir opened 4 years ago

ekarademir commented 4 years ago

There are now few examples under the examples folder, which have been created after bug report #17

Now they are created, we should use these and, future examples for running integration tests against a matrix of different mongo server versions, and maybe different operating systems.

We can make use of GitHub Actions

Acceptance criteria