pipenv install
make run
or make run-dev
make check
make reformat
make test
Because of some error, VS Code test discover does not work. It wants to log stuff, but pytest has already closed the logger.
To fix this, do this:
- Go to
pymongo_inmemory.mongod
. This is a dependency, so go to your virtual environment. - Remove the logging line of the
cleanup
function (line 24 as of writing) - Save