aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/test/util.scm (follow)
Commit message (Collapse)AuthorAge
* Add tests for '(hnh test util)'.Hugo Hörnquist2023-11-06
|
* Better test diffs for strings.Hugo Hörnquist2023-10-16
| | | | | | | | | | Previously everything was passed through pretty print, meaning that strings would be squashed to one line. Instead handle strings separately, and do a line diff on them, but still pretty print actual scheme structures. Also change display to write to be able to differentiate different forms which prints the same.
* 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.