-
Notifications
You must be signed in to change notification settings - Fork 28
For Developers
martinghunt edited this page Oct 20, 2020
·
1 revision
This page contains info for developers of mykrobe. If you are just using mykrobe, you probably don't want to read this.
Under construction. The following was just copied from the old README, and needs tidying up. This is so the main wiki page can look nice and tidy...
To run tests:
Requires mongod
. Download.
mongod
and in another window.
pip install tox
tox
To run tests for a particular python version run, e.g. python 3.6:
tox -e py36
See dist/README.md