pymongo_inmemory
pymongo_inmemory copied to clipboard
A mongo mocking library with an ephemeral MongoDB running in memory.
**Describe the bug** I am having troubles in running my tests inside my docker alpine container. I installed the pymongo_inmemory properly and started the tests and this was returned to...
Switching from 0.2.2 to 0.2.3 makes mongo client hanging for closing. Time go from 1s to 32 s for one test **To Reproduce** Run following test with 0.2.2 then 0.2.3...
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...
**Is your feature request related to a problem? Please describe.** We need to test selected versions of MongoDB continuously across operating systems. **Describe the solution you'd like** We can take...
Instead of few lines in the README file, we should make use of [project wiki](https://github.com/kaizendorks/pymongo_inmemory/wiki) for all information necessary to contribute the project. ### Acceptance Criteria * The first page...
It is easy to forget to update `poetry.lock` file after changing something in the `pyproject.toml` file. There should be a step in testing workflow that 1. Gets a hash of...
This entails: * A testing stage that runs `pytest` suite, and integrity tests which are not part of test suite but tests if things are working correctly. * Packaging stage...
Add a user friendly documentation to be published on github pages. Preferably using vuepress.
Hello! Thanks a lot for this nice package! I stumbled across an issue with mongo versions > 6 (actually already raised in #97). The reason is that the "ephemeralForTest" storage...