summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
...
* Use "pathlib.Path" for self-documenting path manipulations.milde2022-11-242-18/+28
* Make "record_dependecies" test independent of the working dir.milde2022-11-241-57/+60
* Fix failure when "pygments" is not installed.milde2022-11-241-5/+10
* Reset not only `_roles` but also `_directives` cache dictionary.milde2022-11-243-8/+52
* Skip individual "recommonmark" tests if "recommonmark" is missing.milde2022-11-2414-56/+156
* Fix running of individual test (first batch).milde2022-11-2414-13/+52
* Put `first` and `second` arguments of `assertEqual` on the top line.milde2022-11-241-6/+4
* Use boolean values for boolean settings.milde2022-11-181-5/+5
* Drop default settings from individual functional test files.milde2022-11-1634-886/+295
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-1322-52/+53
* New function utils.xml_declaration()milde2022-11-131-0/+18
* Add support for ``pytest``aa-turner2022-11-102-0/+24
* Make the tests agnostic to the working directoryaa-turner2022-11-1019-128/+243
* Fix/complement publisher documentation and tests.milde2022-11-101-0/+22
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-094-22/+16
* Make ``test_include`` independent of the CWDaa-turner2022-11-091-267/+268
* Inline ``exception_data``aa-turner2022-11-096-34/+68
* Remove unused classes from ``DocutilsTestSupport``aa-turner2022-11-091-157/+0
* Inline ``ParserTestSuite``aa-turner2022-11-0962-448/+1262
* Inline ``TransformTestSuite``aa-turner2022-11-0924-381/+724
* Inline ``WriterPublishTestCase``aa-turner2022-11-083-114/+47
* Inline ``PublishTestSuite``aa-turner2022-11-088-117/+329
* Remove unused imports in ``DocutilsTestSupport``aa-turner2022-11-081-4/+2
* Inline ``PEPParserTestSuite``aa-turner2022-11-083-34/+43
* Inline ``GridTableParserTestSuite``aa-turner2022-11-082-63/+35
* Inline ``SimpleTableParserTestSuite``aa-turner2022-11-082-34/+19
* Inline ``RecommonmarkParserTestSuite``aa-turner2022-11-0816-138/+274
* Simplify and expand tests for handling the encoding of included files.milde2022-11-073-26/+114
* Simplify/fix LaTeX character encoding handling.milde2022-11-0613-14/+0
* Don't use pseudo-encoding "unicode" for test_publish().milde2022-11-061-2/+6
* Use the built-in ``open`` instead of ``FileInput``aa-turner2022-11-031-3/+2
* test_manpage: add docinfo to man headergrubert2022-11-031-0/+28
* remove version control Id linegrubert2022-11-031-1/+0
* Fix: testoutput for optional 5th .TH argumentgrubert2022-11-031-9/+9
* Partially revert r9167aa-turner2022-11-0210-17/+37
* Separate HTML 5 test definitions from HTML 4aa-turner2022-10-283-84/+118
* Use f-strings in the ``PublishPartsTestCase`` classesaa-turner2022-10-282-8/+6
* Normalise all test section namesaa-turner2022-10-2818-34/+34
* Compare dictionaries directlyaa-turner2022-10-283-266/+208
* Use f-strings in HTML 4 and HTML 5 template testsaa-turner2022-10-283-38/+39
* Make ``Html5PublishPartsTestSuite`` independent of HTML 4aa-turner2022-10-281-3/+17
* Inline test case class variablesaa-turner2022-10-281-14/+8
* Report sub-tests individually in the test summaryaa-turner2022-10-281-1/+11
* Export fewer modules from ``DocutilsTestSupport``aa-turner2022-10-281-25/+8
* Do not import unused moduleaa-turner2022-10-281-1/+0
* Remove ``DocutilsTestSupport.DevNull``aa-turner2022-10-282-14/+5
* Standardise ``self.addTestCase`` call sitesaa-turner2022-10-281-10/+9
* Refactor ``test_language``aa-turner2022-10-281-199/+85
* Remove ``_test_more`` supportaa-turner2022-10-273-64/+20
* Use subtests for the functional testsaa-turner2022-10-271-145/+78