summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-09-30 08:16:22 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-09-30 08:16:22 +0000
commitf41bdde56aac9c5227753f602d3a2fd2fc430136 (patch)
treeeeee269465cc80f280f715372fc9af02f94f7d44 /docutils/docs/dev
parent7581fcba4885ec76f1f8589551ded43a729da157 (diff)
downloaddocutils-f41bdde56aac9c5227753f602d3a2fd2fc430136.tar.gz
note on testing ant configuration
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7923 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/testing.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index d1fbc9257..ff86bd4fc 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -159,6 +159,13 @@ look at the following imaginary ``test_square.py``::
For more details on how to write tests, please refer to the
documentation of the ``unittest`` module.
+.. Note::
+
+ Unit tests and functional test should generally set ::
+
+ settings_overrides['_disable_config'] = True
+
+ in order to be independent on the users local configuration.
.. _functional: