summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_get_parser_class.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regex to match multiline message "requires ... recommonmark"grubert2023-04-131-1/+2
* Update test documentation. Set executable bit on test scripts.milde2022-12-131-0/+0
* Simplify error message if recommonmark is missing.milde2022-12-021-1/+1
* 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-10/+11
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Fix running of individual test (first batch).milde2022-11-241-4/+11
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-081-0/+15
* Subclass directly from ``unittest.TestCase``aa-turner2022-10-211-2/+3
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused local variablesmilde2022-03-051-2/+3
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-2/+2
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-1/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+2
* FIX : forgott tests to __import__ patchgrubert2012-08-271-0/+32