Tests
To run the tests suite:
- make sure you have a MongoDB database running on
localhost:27017(you can spawn one withdocker-compose up -d); - install developers requirements with
pip install -r requirements.txt; - run
pytest.
To run the tests suite:
localhost:27017 (you can
spawn one with docker-compose up -d);pip install -r requirements.txt;pytest.