aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util (unfollow)
Commit message (Collapse)Author
2023-11-06Add more tests to (hnh util).Hugo Hörnquist
2023-11-06Remove test stubs for removed procedures 'set' and 'set->'.Hugo Hörnquist
2023-11-06Remove and=>>.Hugo Hörnquist
It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
2023-11-06Add tests for '(hnh test util)'.Hugo Hörnquist
2023-11-06Add basic tests for coverage manipulation.Hugo Hörnquist
2023-11-06Add tests for xmllint.Hugo Hörnquist
2023-11-06Add basic tests for directed graph.Hugo Hörnquist
2023-11-06Fix sort*! test.Hugo Hörnquist
Literal lists may be immutable, and sort*! may modify it's argument. Therefore a guaranteed mutable list must be sent.
2023-10-22Test work.Hugo Hörnquist
2023-10-18Add final xdg basedir test.Hugo Hörnquist
This moves the coverage to 100%!
2023-10-16Move sxml tests to own "namespace".Hugo Hörnquist
2023-10-16Add tests for (hnh util type)Hugo Hörnquist
2023-10-16Update number of tests.Hugo Hörnquist
2023-10-16Add documentation and tests for table.Hugo Hörnquist
2023-10-14Add test for object equivalence.Hugo Hörnquist
2023-10-08Document atomic types.Hugo Hörnquist
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
Move many of the atomic procedures into proper libraries.
2023-10-02Rewrite test running system.Hugo Hörnquist