diff options
Diffstat (limited to 'docutils/test/DocutilsTestSupport.py')
| -rw-r--r-- | docutils/test/DocutilsTestSupport.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docutils/test/DocutilsTestSupport.py b/docutils/test/DocutilsTestSupport.py index 0ee2b8190..2c57b7e9e 100644 --- a/docutils/test/DocutilsTestSupport.py +++ b/docutils/test/DocutilsTestSupport.py @@ -18,8 +18,6 @@ Exports the following: - `TransformTestSuite` - `ParserTestCase` - `ParserTestSuite` - - `PEPParserTestCase` - - `PEPParserTestSuite` - `WriterPublishTestCase` - `PublishTestSuite` """ @@ -340,26 +338,6 @@ class ParserTestSuite(CustomTestSuite): id=f'totest[{name!r}][{casenum}]') -class PEPParserTestCase(ParserTestCase): - - """PEP-specific parser test case.""" - - parser = rst.Parser(rfc2822=True, inliner=rst.states.Inliner()) - """Parser shared by all PEPParserTestCases.""" - - settings = frontend.get_default_settings(rst.Parser, pep.Reader) - settings.report_level = 5 - settings.halt_level = 5 - settings.debug = False - - -class PEPParserTestSuite(ParserTestSuite): - - """A collection of PEPParserTestCases.""" - - test_case_class = PEPParserTestCase - - class WriterPublishTestCase(CustomTestCase, docutils.SettingsSpec): """ |
