diff --git a/doc/source/contributor/running_tests.rst b/doc/source/contributor/running_tests.rst index 943b04e70..ee8e131dd 100644 --- a/doc/source/contributor/running_tests.rst +++ b/doc/source/contributor/running_tests.rst @@ -137,10 +137,12 @@ Using a custom MongoDB instance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you need to run functional tests against a non-default MongoDB installation, -you can set the ``ZAQAR_TEST_MONGODB_URL`` environment variable. For example: +you can set the ``ZAQAR_TEST_MONGODB_URL`` and ``ZAQAR_TEST_MONGODB`` +environment variables. For example: .. code-block:: console + $ export ZAQAR_TEST_MONGODB=True $ export ZAQAR_TEST_MONGODB_URL=mongodb://remote-server:27017 Using custom parameters