aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/test (follow)
Commit message (Collapse)AuthorAge
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
| | | | Move many of the atomic procedures into proper libraries.
* Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist2023-04-21
| | | | | | | | | Used by the serialization format tests which work on xml. Ensures that they don't fail due to whitespace mismatchs. I however still need to ensure that all components are arranged in the correct order, and that namespace prefixes match. This could be improved.
* Move test runner to library.Hugo Hörnquist2023-04-18
This will both allow us multiple test entry points, since some integration tests doesn't fit to well in our current unit test setup. It will hopefully also allow me to reuse the code in other projects.