mongobox
mongobox copied to clipboard
Run sandboxed MongoDB from a python app.
Hello. I've noticed that the latest PyPi release was 2018-10-24 (https://pypi.org/project/mongobox/#history). However, the latest commit to master-branch is 2021-01-21. Are there any plans to push the latest package to PyPi?
Are you all still maintaining this? There's not been much activity for a while, which might mean it's all still working fine, but I wanted to make sure. If you...
The following options added by default by mongobox are problematic: - `--nounixsocket` is not supported on Windows, - `--smallfiles` option was removed in MongoDB 4.2, (addressed in #17), - `--noprealloc`...
I needed the ability to start mongo with a replSet. This PR adds the basic ability to do so.
Using nose2 plugin with this config: ``` [unittest] plugins = mongobox.nose2_plugin [mongobox] port = 27018 dbpath = /run/shm/mongobox ``` When I start the tests directory `/run/shm/mongobox` is created. But it's...