summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers
Commit message (Expand)AuthorAgeFilesLines
* Fix false alarm when testing with pypy 3.9.milde2023-05-111-5/+12
* Fix some flake8 warnings in test scripts and remove flake8 exception rules.milde2023-05-102-12/+15
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-028-51/+35
* Add output encoding error handler to the parts provided by all writers.milde2023-04-283-0/+3
* Avoid trailing whitespace in test sample strings.milde2023-04-281-27/+27
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-119-45/+49
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-084-4/+4
* Fix and activate test for "parts" published by the LaTeX writer.milde2023-01-161-23/+23
* Refactor latex writer tests.milde2022-12-192-195/+218
* remove blanks at eol in code NOT in expectsgrubert2022-12-031-8/+8
* Only extempt sample *.txt files from "trailing whitespace" git pre-commit check.milde2022-12-021-114/+114
* HTML5: Use dpub-ARIA role "doc-footnote" for footnotesmilde2022-12-011-4/+4
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-2612-13/+13
* Fix import errors with ``python -m unittest``.milde2022-11-2510-13/+72
* Remove spurious "import unittest" from test scripts.milde2022-11-2413-13/+0
* Use "pathlib.Path" for self-documenting path manipulations.milde2022-11-241-7/+12
* Fix running of individual test (first batch).milde2022-11-241-2/+6
* Use boolean values for boolean settings.milde2022-11-181-5/+5
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-135-31/+32
* Make the tests agnostic to the working directoryaa-turner2022-11-104-33/+85
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-092-4/+8
* Inline ``WriterPublishTestCase``aa-turner2022-11-082-80/+47
* Inline ``PublishTestSuite``aa-turner2022-11-087-96/+329
* Simplify/fix LaTeX character encoding handling.milde2022-11-061-2/+0
* test_manpage: add docinfo to man headergrubert2022-11-031-0/+28
* remove version control Id linegrubert2022-11-031-1/+0
* Fix: testoutput for optional 5th .TH argumentgrubert2022-11-031-9/+9
* Partially revert r9167aa-turner2022-11-025-6/+10
* Separate HTML 5 test definitions from HTML 4aa-turner2022-10-282-7/+118
* Use f-strings in the ``PublishPartsTestCase`` classesaa-turner2022-10-281-5/+3
* Normalise all test section namesaa-turner2022-10-284-9/+9
* Compare dictionaries directlyaa-turner2022-10-282-253/+206
* Use f-strings in HTML 4 and HTML 5 template testsaa-turner2022-10-283-38/+39
* Make ``Html5PublishPartsTestSuite`` independent of HTML 4aa-turner2022-10-281-3/+17
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-211-2/+4
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-214-8/+9
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-216-19/+22
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-2115-30/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2115-29/+15
* Fix previous_sibling() method.milde2022-10-111-2/+20
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-191-0/+4
* Unify naming of the "utf-8" codec.milde2022-06-131-2/+2
* Small fixes to HTML5 output.milde2022-04-292-1/+235
* Remove unused local variablesmilde2022-03-052-13/+3
* Remove unused imports.milde2022-03-0515-18/+16
* Avoid line break after binary operator.milde2022-03-052-25/+13
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0412-0/+13
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix (some) missing blank linesmilde2022-03-041-0/+1
* Ensure comments start with '# 'milde2022-03-042-8/+6