summaryrefslogtreecommitdiffstats
path: root/test/Docbook
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-215-5/+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-2421-69/+219
|
* Removed superfluous import of 'sys' in a testcase.Dirk Baechle2020-06-211-1/+0
|
* Fixed another bunch of 'bare except' errors.Dirk Baechle2020-06-2117-17/+17
|
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-2142-156/+1029
|
* Update Docbook test stylesheetsMats Wichmann2019-06-066-336/+330
| | | | | | | | | | | | | | | | | Real change to two files, as apparently a system stylesheet has moved (checked in multiple Ubuntu versions, and in upstream dockbook-xsl) from html to xhtml path. Or to be more precise, in old docbook-xsl packages, both subdirectories existed but in newer releases only the xhtml subdirectory exists. - <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/html/plain.xsl"/> + <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/xhtml/plain.xsl"/> The other changes were to change file to standard line endings (not Windows) and quiet git complaints about whitespace errors. Unfortunately the line-endings change makes it look like the files were 100% replaced. Signed-off-by: Mats Wichmann <mats@linux.com>
* 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-312-2/+2
| | | | | | | | | | 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-238-8/+8
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* - added import of libxslt binding to DocBook testsDirk Baechle2014-08-3114-0/+14
|
* - 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-2016-0/+492
|
* - corrected LC_ALL setting for RPM packagingDirk Baechle2013-11-037-0/+45
| | | | - now skipping several Docbook tests, when required stylesheets aren't installed
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-0347-0/+4147