From 48b130621b93c5779eac69885a46300d486fe6b9 Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 30 Sep 2015 08:16:22 +0000 Subject: [PATCH] note on testing ant configuration git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7923 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/testing.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dev/testing.txt b/docs/dev/testing.txt index d1fbc9257..ff86bd4fc 100644 --- a/docs/dev/testing.txt +++ b/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: -- 2.11.4.GIT