summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basic
Commit message (Collapse)AuthorAgeFilesLines
* Fix CHANGES.txt and simplify testcase. Added blurb to RELEASE.txtWilliam Deegan2021-04-032-2/+1
|
* Added noqa comment to get sider to ignore unused lxmlHenrik Maier2021-03-261-1/+1
|
* Added corresponding test caseHenrik Maier2021-03-265-0/+247
|
* Run autoflake on codeMats Wichmann2020-09-212-2/+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-247-14/+76
|
* Removed superfluous import of 'sys' in a testcase.Dirk Baechle2020-06-211-1/+0
|
* Fixed another bunch of 'bare except' errors.Dirk Baechle2020-06-2110-10/+10
|
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-2129-79/+982
|
* Fix broken docbook tests which weren't using the xsltproc found by test ↵William Deegan2018-11-0210-11/+30
| | | | framework
* Try a more scons-y file conversion for Py3 file readsMats Wichmann2018-07-311-1/+1
| | | | | | | | | | Instead of custom conversion as in the previous iteration, use the to_bytes function. The two known tests which incorrectly let the text-mode xml file be opened in binary mode are adjusted to supply mode='r' Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix wiki references to point to gihub wikiMats Wichmann2018-04-234-4/+4
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* - added import of libxslt binding to DocBook testsDirk Baechle2014-08-317-0/+7
|
* - corrected dependencies for EPUB builder (docbook)Dirk Baechle2014-01-052-0/+61
| | | | - added a proper test for EPUB with xsltproc
* - removed superfluous import and corrected basic testDirk Baechle2013-12-211-1/+1
|
* - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-213-0/+452
| | | | Featherstone
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-2010-0/+302
|
* - corrected LC_ALL setting for RPM packagingDirk Baechle2013-11-031-0/+7
| | | | - now skipping several Docbook tests, when required stylesheets aren't installed
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-0319-0/+1699