Run django-mongodb-backend tests

The Django fork test runner also runs the django-mongodb-backend tests.

List tests

You can list them with the dm repo test django -l command.

dm repo test django -l
../../_images/django-mongodb-backend.png

Run tests

Then you can run them by specifying the test module e.g. to run the tests for the backend module:

dm repo test django backend_
../../_images/django-mongodb-backend2.png