Skip to content

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...

Tests

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

Release

See dist/README.md

Clone this wiki locally