summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_html5_polyglot_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-4/+2
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-3/+4
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-081-1/+1
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-0/+7
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Make the tests agnostic to the working directoryaa-turner2022-11-101-11/+32
* Partially revert r9167aa-turner2022-11-021-0/+2
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-3/+3
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-5/+5
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+2
* Fix missing whitespace around operator.milde2022-03-031-5/+5
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-11/+7
* Add test for configuration file specification. Fix false positives.milde2022-02-071-3/+4
* Fix code indentationmilde2022-01-291-56/+54
* Drop string prefix "u".milde2022-01-261-3/+3
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-3/+2
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-0/+14
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-2/+5
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-4/+3
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-3/+3
* Rename html_plain writer to html5_polyglott.milde2016-08-181-0/+207