summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_recommonmark
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-10/+8
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-7/+6
* Skip test_recommonmark/ directory if recommonmark is missing.milde2022-12-0214-74/+18
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-2613-13/+13
* Skip individual "recommonmark" tests if "recommonmark" is missing.milde2022-11-2414-56/+156
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-0814-98/+259
* Partially revert r9167aa-turner2022-11-021-6/+12
* Normalise all test section namesaa-turner2022-10-281-4/+4
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-6/+6
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-2112-24/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2113-26/+12
* Remove unused imports.milde2022-03-0514-18/+16
* Fix invalid escape sequences.milde2022-03-051-6/+4
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0413-0/+16
* Remove excess blank lines.milde2022-03-041-1/+0
* Ensure at least two spaces before inline comment.milde2022-03-042-2/+2
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-7/+4
* Fix trailing whitespace (flake warning W291).milde2022-01-295-14/+14
* Drop string prefix "u".milde2022-01-262-12/+12
* Remove unused importsmilde2022-01-262-3/+0
* Fixup last commit.milde2022-01-131-25/+22
* Update recommonmark wrapper and tests.milde2022-01-115-90/+78
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-062-5/+7
* Remove "coding:" slugmilde2022-01-0311-11/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-0313-21/+3
* Small update of recommonmark test.milde2022-01-031-5/+18
* Fix: indentation in test_missing_parsergrubert2021-12-301-4/+3
* More detailled system-message for include directive with missing parser.milde2021-12-231-11/+15
* Test and update recommonmark_wrapper.py to work with recommonmark 0.6.0.milde2021-10-161-17/+1
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-2/+2
* Clean up parser code.milde2021-04-071-5/+5
* Merge adjoining <Text> nodes in recommonmark post-processing.milde2020-12-152-37/+21
* Add support for Markdown.milde2020-12-0114-0/+2569