summaryrefslogtreecommitdiff
path: root/test/CheckTexinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-081-7/+7
|
* tests: Modernize test scriptsAlexis Hildebrandt2023-12-051-18/+3
| | | | by using argparse and pathlib and removing Python 2 specific code.
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-2/+1
|
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-011-2/+0
|
* [doc] Report undocumented value expression functionsAlexis Hildebrandt2015-01-271-2/+39
| | | | in the manpage and texinfo manual.
* [tests] Ignore comment lines when checking texinfoAlexis Hildebrandt2015-01-231-1/+2
| | | | so that "empty" options are also reported as undocumented.
* [tests] Improve option parsing in CheckTexinfo.pyAlexis Hildebrandt2015-01-211-0/+34
| | | | | | | * Replace @ftable @code argument with @option of @command depending on the documented items * Remove @c option comment from @items documenting options
* [tests] Refactor CheckTests.py into custom scriptsAlexis Hildebrandt2015-01-211-0/+44