summaryrefslogtreecommitdiff
path: root/docutils/test/DocutilsTestSupport.py
Commit message (Expand)AuthorAgeFilesLines
* Fix import errors with ``python -m unittest``.milde2022-11-251-13/+0
* Make the tests agnostic to the working directoryaa-turner2022-11-101-3/+2
* Inline ``exception_data``aa-turner2022-11-091-13/+0
* Remove unused classes from ``DocutilsTestSupport``aa-turner2022-11-091-157/+0
* Inline ``ParserTestSuite``aa-turner2022-11-091-59/+0
* Inline ``TransformTestSuite``aa-turner2022-11-091-102/+0
* Inline ``WriterPublishTestCase``aa-turner2022-11-081-34/+0
* Inline ``PublishTestSuite``aa-turner2022-11-081-21/+0
* Remove unused imports in ``DocutilsTestSupport``aa-turner2022-11-081-4/+2
* Inline ``PEPParserTestSuite``aa-turner2022-11-081-22/+0
* Inline ``GridTableParserTestSuite``aa-turner2022-11-081-57/+0
* Inline ``SimpleTableParserTestSuite``aa-turner2022-11-081-28/+0
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-081-40/+0
* Don't use pseudo-encoding "unicode" for test_publish().milde2022-11-061-2/+6
* Partially revert r9167aa-turner2022-11-021-2/+3
* Separate HTML 5 test definitions from HTML 4aa-turner2022-10-281-77/+0
* Use f-strings in the ``PublishPartsTestCase`` classesaa-turner2022-10-281-3/+3
* Compare dictionaries directlyaa-turner2022-10-281-13/+2
* Inline test case class variablesaa-turner2022-10-281-14/+8
* Export fewer modules from ``DocutilsTestSupport``aa-turner2022-10-281-25/+8
* Remove ``DocutilsTestSupport.DevNull``aa-turner2022-10-281-13/+2
* Standardise ``self.addTestCase`` call sitesaa-turner2022-10-281-10/+9
* Fix flake8 errors ``E127`` and ``F401``aa-turner2022-10-211-1/+0
* Standardise test case enumerationaa-turner2022-10-211-20/+14
* Inline ``dictname`` argumentaa-turner2022-10-211-16/+15
* Use ``assertEqual`` directlyaa-turner2022-10-211-13/+9
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-211-5/+2
* Use ``.rstrip()`` insteadaa-turner2022-10-211-3/+2
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-9/+6
* Remove ``run_in_debugger``aa-turner2022-10-211-87/+17
* Simplify ``CustomTestCase``aa-turner2022-10-211-32/+16
* Resolve flake8 ``F401`` error in ``DocutilsTestSupport``aa-turner2022-10-211-1/+0
* Change handling of ``suite_settings``aa-turner2022-10-211-11/+7
* Use new-style ``super()``aa-turner2022-10-211-4/+4
* ``package_unittest.debug`` is always ``False``aa-turner2022-10-211-4/+4
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-10/+2
* Normalise imports in ``DocutilsTestSupport``aa-turner2022-10-211-13/+7
* Remove now unused ``_format_str`` functionaa-turner2022-10-211-40/+0
* Change working directory once for all testsaa-turner2022-10-211-3/+0
* Remove method redefinitions in ``StandardTestCase``aa-turner2022-10-211-23/+1
* Prepare switch from optparse to argparse.milde2022-03-171-8/+4
* Remove unused imports.milde2022-03-051-4/+4
* Avoid line break after binary operator.milde2022-03-051-3/+3
* Do not use bare 'except'.milde2022-03-051-1/+1
* Avoid too long lines.milde2022-03-051-4/+4
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Fix missing whitespace around operator.milde2022-03-031-4/+4
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Remove unused importsmilde2022-01-261-1/+0