summaryrefslogtreecommitdiff
path: root/test/Docbook/basic/htmlchunked/htmlchunked_cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-211-1/+1
|
* Fix broken docbook tests which weren't using the xsltproc found by test ↵William Deegan2018-11-021-2/+2
| | | | framework
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-201-0/+55