diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-09 03:29:23 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-09 03:29:23 +0000 |
| commit | bba9773a75729eeddd5aa79eb247d2c13a8134ed (patch) | |
| tree | 70f4f80bb7b48f81cbff01e2465942f55d579e77 /docutils/test/DocutilsTestSupport.py | |
| parent | d29616ae0731c2560768756f852e9538dbd22e5a (diff) | |
| download | docutils-bba9773a75729eeddd5aa79eb247d2c13a8134ed.tar.gz | |
some cleanup:
removed unnecessary tearDown method;
removed unnecessary roles parameter to Inliner.__init__
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4258 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/DocutilsTestSupport.py')
| -rw-r--r-- | docutils/test/DocutilsTestSupport.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docutils/test/DocutilsTestSupport.py b/docutils/test/DocutilsTestSupport.py index 1fbecbb32..c30b263d6 100644 --- a/docutils/test/DocutilsTestSupport.py +++ b/docutils/test/DocutilsTestSupport.py @@ -183,10 +183,6 @@ class CustomTestCase(StandardTestCase): StandardTestCase.setUp(self) self.clear_roles() - def tearDown(self): - StandardTestCase.tearDown(self) - self.clear_roles() - def compare_output(self, input, output, expected): """`input`, `output`, and `expected` should all be strings.""" if isinstance(input, UnicodeType): |
