From da8fd5e63f05c6d832a4184e993e7c99e1ed7a5d Mon Sep 17 00:00:00 2001 From: goodger Date: Sat, 1 Apr 2006 00:22:37 +0000 Subject: allow sets of tests to have different settings git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4460 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/DocutilsTestSupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/test/DocutilsTestSupport.py') diff --git a/docutils/test/DocutilsTestSupport.py b/docutils/test/DocutilsTestSupport.py index b14c5c77e..2cf97cdf5 100644 --- a/docutils/test/DocutilsTestSupport.py +++ b/docutils/test/DocutilsTestSupport.py @@ -157,7 +157,7 @@ class CustomTestCase(StandardTestCase): self.input = input self.expected = expected self.run_in_debugger = run_in_debugger - self.suite_settings = suite_settings or {} + self.suite_settings = suite_settings.copy() or {} # Ring your mother. unittest.TestCase.__init__(self, method_name) -- cgit v1.2.1