summaryrefslogtreecommitdiff
path: root/test/DocutilsTestSupport.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-8/+4
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Skip "recommonmark" tests instead of silently ignoring.milde2022-01-121-23/+23
* Document incompatibility with "pytest" and "nosetest". Update.milde2022-01-121-16/+20
* Update recommonmark wrapper and tests.milde2022-01-111-21/+24
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-2/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-19/+8
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-1/+0
* More detailled system-message for include directive with missing parser.milde2021-12-231-5/+9
* Special-casing for Python 3.11: Null char valid in CSV.milde2021-11-271-0/+1
* Minor cleanup in DocutilsTestSupport.milde2021-11-051-3/+4
* recommonmark tests currently fail with newer versions.milde2021-04-091-0/+4
* Clean up Markdown support.milde2021-01-031-4/+0
* Add support for Markdown.milde2020-12-011-3/+35
* Remove Test support classes for the orphaned Python Module Parser.milde2020-09-301-62/+0
* Run python3 test like python2 run against source not the build/-directory.grubert2020-07-271-8/+2
* Simplify code.milde2019-08-271-7/+3
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+3
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-17/+4
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+4
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-4/+4
* py3: Switch to print functionsmilde2019-08-261-13/+14
* py3: Use new style classesmilde2019-08-261-1/+1
* Use compatibility definitions for assertIn and assertNotIn only if required.milde2019-02-121-11/+12
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-22/+23
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+0
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-2/+2
* Code cleanup and test html math output options.milde2012-10-251-4/+16
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-2/+3
* Drop support for Python 2.3.milde2012-06-221-4/+0
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-1/+1
* Fix [ 3527842 ]. milde2012-06-041-6/+12
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+4
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-7/+7
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-18/+18
* fixed issue with line endings causing test suite failures with snapshot downl...goodger2010-07-211-0/+5
* fix testing under py3kmilde2010-05-071-2/+2