summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_directives
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-2637-38/+38
* Fix import errors with ``python -m unittest``.milde2022-11-2534-35/+202
* Remove spurious "import unittest" from test scripts.milde2022-11-2434-34/+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-248-1/+6
* Make the tests agnostic to the working directoryaa-turner2022-11-103-32/+42
* 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-0935-226/+726
* 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-289-14/+14
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-214-4/+8
* 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-2136-72/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2137-50/+36
* Resolve flake8 ``E275`` erroraa-turner2022-10-202-3/+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
* Remove unused imports.milde2022-03-0538-42/+37
* Do not use bare 'except'.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0436-0/+53
* Ensure at least two spaces before inline comment.milde2022-03-042-2/+2
* Fix missing whitespace after ',' or ':'.milde2022-03-033-3/+5
* More detailled import error for missing components.milde2022-02-101-1/+1
* Fix trailing whitespace (non-Python files).milde2022-01-291-1/+1
* Fix code indentationmilde2022-01-291-3/+3
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+1
* 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-266-17/+17
* Remove unused importsmilde2022-01-264-4/+0
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-1/+1
* Use short contact mail addressmilde2022-01-201-1/+1
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-202-3/+3
* Fixup last commit.milde2022-01-133-18/+22
* Skip "recommonmark" tests instead of silently ignoring.milde2022-01-121-6/+6
* Update recommonmark wrapper and tests.milde2022-01-112-44/+53
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-2/+1
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-4/+2
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-0318-49/+21