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