Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 352 Bytes

README_dev.md

File metadata and controls

13 lines (8 loc) · 352 Bytes

Readme for Developers of openral-mongodb-py

Run tests

The tests require a MongoDB Instance. You can use the docker-compose file in tests/assets to start a MongoDB instance.

docker-compose -p=openral_mongodb_py -f tests/assets/docker-compose.yml up -d

or use the VS-Code Task (in .vscode/tasks.json) to start the MongoDB instance.