| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a copyright header to test files | Mats Wichmann | 2023-05-21 | 1 | -0/+5 |
| | | | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Fixed another bunch of 'bare except' errors. | Dirk Baechle | 2020-06-21 | 1 | -1/+1 |
| | | |||||
| * | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 1 | -7/+3 |
| | | |||||
| * | Try a more scons-y file conversion for Py3 file reads | Mats Wichmann | 2018-07-31 | 1 | -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> | ||||
| * | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 1 | -0/+1 |
| | | |||||
| * | - added documentation and tests for the new Docbook tool | Dirk Baechle | 2013-05-03 | 4 | -0/+108 |
