summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-11/+9
* 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
* Set "auto_encode=False" to skip en-/decoding output in tests.milde2023-04-111-3/+5
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-2666-67/+67
* Fix import errors with ``python -m unittest``.milde2022-11-2562-63/+370
* Remove spurious "import unittest" from test scripts.milde2022-11-2462-62/+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
* Fix running of individual test (first batch).milde2022-11-249-3/+12
* 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
* Simplify and expand tests for handling the encoding of included files.milde2022-11-073-26/+114
* Partially revert r9167aa-turner2022-11-021-1/+1
* Normalise all test section namesaa-turner2022-10-2813-21/+21
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-216-7/+13
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-7/+7
* Use ``docutils.utils`` over ``DocutilsTestSupport.utils``aa-turner2022-10-213-6/+10
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-4/+1
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-2165-130/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2167-93/+65
* 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
* Update PEP base URL and template.milde2022-03-131-1/+1
* Remove unused imports.milde2022-03-0568-74/+67
* Do not use bare 'except'.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0465-0/+90
* Ensure at least two spaces before inline comment.milde2022-03-045-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-034-4/+7
* Fix whitespace before/after delimiters and colon.milde2022-03-031-3/+3
* More detailled import error for missing components.milde2022-02-101-1/+1
* Fix trailing whitespace (non-Python files).milde2022-01-292-4/+4
* Fix code indentationmilde2022-01-291-3/+3
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+1
* Fix trailing whitespace (flake warning W291).milde2022-01-291-6/+6
* Various small fixes.milde2022-01-291-1/+0
* Use generator expressions instead of lists.milde2022-01-271-3/+16
* Drop string prefix "u".milde2022-01-2616-104/+104
* Remove unused importsmilde2022-01-264-4/+0
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-1/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-6/+6