summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_source_line.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-1/+6
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Make the tests agnostic to the working directoryaa-turner2022-11-101-16/+20
* Inline ``TransformTestSuite``aa-turner2022-11-091-11/+27
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Code style fixes.milde2022-09-131-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Remove "coding:" slugmilde2022-01-031-1/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Fix bug #424 Wrong circular inclusion detection.milde2021-10-121-1/+1
* Add line, source, and rawsource attributes to blockquote nodes.milde2021-10-041-20/+49
* Fix by Mickey Endito for source location (line number) of attributions.milde2021-10-041-0/+187