summaryrefslogtreecommitdiff
path: root/docutils/test/test_CLI.py
Commit message (Expand)AuthorAgeFilesLines
* Update Flake8 version and resolve lint warningsaa-turner2023-03-251-1/+1
* Use absolute paths in ``test_CLI``aa-turner2023-03-251-2/+4
* New functions for use as `rst2*` "console_scripts entry points".milde2023-02-061-7/+31
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix running of individual test (first batch).milde2022-11-241-3/+8
* Make the tests agnostic to the working directoryaa-turner2022-11-101-1/+5
* Resolve flake8 ``E275`` erroraa-turner2022-10-201-2/+2
* Add encoding arguments when opening files.milde2022-06-151-1/+1
* Avoid false positives in CLI test.milde2022-06-101-2/+6
* Test the generic command line interface.milde2022-05-301-0/+73