diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-01 00:22:37 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-01 00:22:37 +0000 |
| commit | da8fd5e63f05c6d832a4184e993e7c99e1ed7a5d (patch) | |
| tree | b5a29c7aef9d0509b146df0c9983295517b7e516 /docutils/test | |
| parent | 72445ecb48b971f211e3d2a5ec61b3a959e96efa (diff) | |
| download | docutils-da8fd5e63f05c6d832a4184e993e7c99e1ed7a5d.tar.gz | |
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
Diffstat (limited to 'docutils/test')
| -rw-r--r-- | docutils/test/DocutilsTestSupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
