summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-022-21/+17
* Test syntax highlight: Make pygments version parsing more robust.milde2023-04-173-21/+10
* Support Pygments 2.14 and newer in testsmilde2023-04-173-0/+278
* Fix regex to match multiline message "requires ... recommonmark"grubert2023-04-131-1/+2
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-112-10/+11
* Update test documentation. Set executable bit on test scripts.milde2022-12-132-0/+0
* Simplify error message if recommonmark is missing.milde2022-12-021-1/+1
* 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-2681-82/+82
* Fix import errors with ``python -m unittest``.milde2022-11-2564-73/+388
* Remove spurious "import unittest" from test scripts.milde2022-11-2463-63/+0
* Fix failure when "pygments" is not installed.milde2022-11-241-5/+10
* Reset not only `_roles` but also `_directives` cache dictionary.milde2022-11-242-5/+43
* Skip individual "recommonmark" tests if "recommonmark" is missing.milde2022-11-2414-56/+156
* Fix running of individual test (first batch).milde2022-11-2410-7/+23
* Make the tests agnostic to the working directoryaa-turner2022-11-106-54/+77
* Make ``test_include`` independent of the CWDaa-turner2022-11-091-267/+268
* Inline ``exception_data``aa-turner2022-11-095-21/+68
* Inline ``ParserTestSuite``aa-turner2022-11-0961-389/+1262
* Inline ``TransformTestSuite``aa-turner2022-11-091-11/+27
* Inline ``GridTableParserTestSuite``aa-turner2022-11-081-6/+35
* Inline ``SimpleTableParserTestSuite``aa-turner2022-11-081-6/+19
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-0815-98/+274
* Simplify and expand tests for handling the encoding of included files.milde2022-11-073-26/+114
* Partially revert r9167aa-turner2022-11-022-7/+13
* Normalise all test section namesaa-turner2022-10-2814-25/+25
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-216-7/+13
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-212-13/+13
* Use ``docutils.utils`` over ``DocutilsTestSupport.utils``aa-turner2022-10-213-6/+10
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-212-6/+4
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-2178-156/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2182-134/+78
* Resolve flake8 ``E275`` erroraa-turner2022-10-203-4/+4
* Code style fixes.milde2022-09-132-2/+3
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-2/+2
* Ensure locale_encoding is lower case.milde2022-06-151-1/+1
* Unify naming of the "utf-8" codec.milde2022-06-131-3/+4
* New wrapper module for "CommonMark" parsers.milde2022-03-291-9/+9
* Prepare switch from optparse to argparse.milde2022-03-171-2/+2
* Update PEP base URL and template.milde2022-03-131-1/+1
* Remove unused local variablesmilde2022-03-051-2/+3
* Remove unused imports.milde2022-03-0585-98/+85
* Fix invalid escape sequences.milde2022-03-051-6/+4
* Do not use bare 'except'.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0479-0/+108
* Remove excess blank lines.milde2022-03-041-1/+0
* Ensure at least two spaces before inline comment.milde2022-03-047-9/+9
* Fix missing whitespace after ',' or ':'.milde2022-03-034-4/+7
* Fix whitespace before/after delimiters and colon.milde2022-03-031-3/+3
* Simplify/modernise tests for exceptions and warnings.milde2022-02-212-9/+6