summaryrefslogtreecommitdiff
path: root/docutils/test/test_transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure introduced in [r9348].milde2023-04-171-4/+24
* Fix message for nonconforming docinfo-Authors.grubert2023-04-161-4/+4
* Fix test for spurious enumerated lists in bibliographic fields.milde2023-04-141-0/+3
* More user-friendly DocInfo transform.milde2023-01-171-4/+8
* Fix failures when running "transform" test modules as "__main__".milde2023-01-172-40/+33
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-2622-22/+22
* Fix import errors with ``python -m unittest``.milde2022-11-2521-20/+127
* Remove spurious "import unittest" from test scripts.milde2022-11-2421-21/+0
* Reset not only `_roles` but also `_directives` cache dictionary.milde2022-11-241-3/+9
* Add support for ``pytest``aa-turner2022-11-101-0/+3
* Inline ``TransformTestSuite``aa-turner2022-11-0922-268/+697
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-212-2/+2
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-2121-42/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-2122-35/+21
* Remove unused imports.milde2022-03-0523-32/+29
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0418-0/+22
* Remove excess blank lines.milde2022-03-041-1/+0
* Ensure at least two spaces before inline comment.milde2022-03-046-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+4
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Fix FilterMessages transform [bug:#435].milde2022-02-031-0/+75
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-293-6/+6
* Fix trailing whitespace (flake warning W291).milde2022-01-294-12/+12
* Drop string prefix "u".milde2022-01-265-35/+35
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-28/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* Remove "coding:" slugmilde2022-01-032-5/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-0321-44/+21
* Skip system_messages when propagating targets. Fixes bug #425.milde2021-09-202-5/+80
* Reorganise functional tests.milde2021-06-301-0/+18
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-1810-204/+204
* Limit length of input lines and substitution expansion.milde2020-09-141-0/+71
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Restore support for running tests stand-alone.milde2020-01-3119-19/+55
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-13/+32
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-061-0/+2
* Add test for "strip-classes" setting.milde2019-09-061-5/+5
* py3: Use 'absolute_import' futuremilde2019-08-2619-22/+44
* py3: Switch to print functionsmilde2019-08-262-6/+6
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-119-90/+90
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-9/+116
* Unescape null-escaped content in nodes.Text.astext().milde2019-07-221-43/+43
* Revert the fix for backslash escaping in transforms.milde2018-11-211-109/+8
* smartquotes: Use single backslashes for escaping.milde2018-11-201-8/+109
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-48/+48
* Fix a typo.milde2018-01-141-10/+10
* Add <target> to one more testcase (see r8206).milde2017-12-191-1/+1
* Add tagname to "illegal element" substitution definition error message.milde2017-12-181-1/+1
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-0/+43
* smartquotes: Fix bug #332.milde2017-10-251-6/+36