summaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 7d0cc85..794a3d2 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -66,8 +66,7 @@ class BaseTestCase(testtools.TestCase):
return tempfiles
def config(self, **kw):
- """
- Override some configuration values.
+ """Override some configuration values.
The keyword arguments are the names of configuration options to
override and their values.