aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/hnh-util.scm (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-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-02Rewrite test running system.Hugo Hörnquist
2023-10-02Remove accidentially duplicated tests from merge.Hugo Hörnquist
2023-04-10Add init+last.Hugo Hörnquist
2023-04-10Add number of missing (hnh util) tests.Hugo Hörnquist
2023-04-10Reorder (util .*) tests.Hugo Hörnquist
Added test groups for each exported procedure (meaning that the TODOs are now updated (at least for (hnh util))). Split path tests out into own file. Also rename those files so they map 1-1 onto their core module names.