summaryrefslogtreecommitdiff
path: root/test/Docbook/basic/slideshtml/slideshtml_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>
* Fix for failing Docbook slides tests.Dirk Baechle2020-06-241-6/+1
|
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-211-7/+6
|
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-201-0/+64