diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 380fa789a4..207933a72f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -427,6 +427,18 @@ Only supported for the ``mysql`` backend (see the `MySQL manual`_ for details). .. _MySQL manual: MySQL_ +.. setting:: TEST_DEPENDENCIES + +TEST_DEPENDENCIES +~~~~~~~~~~~~~~~~~ + +Default: ``['default']``, for all databases other than ``default``, +which has no dependencies. + +The creation-order dependencies of the database. See the documentation +on :ref:`controlling the creation order of test databases +<topics-testing-creation-dependencies>` for details. + .. setting:: TEST_MIRROR TEST_MIRROR |
