summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 6bf4276d..9242f34a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -319,3 +319,7 @@ If you want to run only the tests in one file you can use testtools e.g.
.. code-block:: bash
$ python -m testtools.run trove.tests.unittests.python.module.path
+
+Note that some unit tests can use an existing database. The script
+``tools/test-setup.sh`` sets up the database for CI jobs and can be
+used for local setup.