summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_s5.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-6/+4
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-4/+2
* 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-1/+6
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-131-2/+2
* Inline ``PublishTestSuite``aa-turner2022-11-081-13/+40
* Use f-strings in HTML 4 and HTML 5 template testsaa-turner2022-10-281-15/+16
* 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-1/+1
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-2/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Fixup for [r8891]. Fix bug #434.milde2021-11-181-2/+2
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+2
* FIX the test! styleshhet path with drive lettergrubert2014-07-081-3/+10
* Fix [ 3527842 ]. milde2012-06-041-3/+4
* updated version text dynamically (so we won't have to do this again\!)goodger2010-07-191-4/+6
* Fix: version number in headersgrubert2009-10-111-2/+2
* upped version to 0.6goodger2008-06-251-2/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added tests for the S5/HTML writergoodger2006-04-041-0/+161