aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Collapse)Author
2023-10-24Repair webdav-propfind tests.Hugo Hörnquist
2023-10-24Add tests for (calp translation).Hugo Hörnquist
2023-10-24Add tests for (calp) module.Hugo Hörnquist
2023-10-23Propstat stash.Hugo Hörnquist
2023-10-23Split webdav tests into more files.Hugo Hörnquist
2023-10-22Test work.Hugo Hörnquist
2023-10-21Add tests for sxml namespaced + fix 'root-element'.Hugo Hörnquist
* Removes on-root-element since it was never used * Handle the case of root-elemnt with no *TOP*
2023-10-18Change namespaced sxml to use new object system.Hugo Hörnquist
2023-10-18Finish tests for (vcomponent duration).Hugo Hörnquist
2023-10-18Add tests for (vcomponent duration).Hugo Hörnquist
2023-10-18Move vcomponent geo to new object system.Hugo Hörnquist
2023-10-18Add tests for (text util).Hugo Hörnquist
The "true string" procedures are still not tested, since they are way to much work to get right. See comments added in this commit about removing them entirely.
2023-10-18Add tests for (text flow).Hugo Hörnquist
2023-10-18Add final xdg basedir test.Hugo Hörnquist
This moves the coverage to 100%!
2023-10-18Update coverage supplement.Hugo Hörnquist
2023-10-18Change zic to use new object system.Hugo Hörnquist
2023-10-16Move sxml tests to own "namespace".Hugo Hörnquist
2023-10-16Add tests for (hnh util type)Hugo Hörnquist
2023-10-16Fix write test for vcomponent.Hugo Hörnquist
2023-10-16Move timespec and recur-rule to new object system.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-16Rewrote the data format tests.Hugo Hörnquist
2023-10-14Add test for object equivalence.Hugo Hörnquist
2023-10-10Better structuring between webdav modules.Hugo Hörnquist
2023-10-08Add coverage supplement for atomic-*.Hugo Hörnquist
These are for the module declaration, and the inernal datastructures declaration.
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-07Repair litmus test.Hugo Hörnquist
2023-10-03Got formats test.scm to run again.Hugo Hörnquist
Note that it however fails.
2023-10-03Remove unused helper files in testsHugo Hörnquist
2023-10-03Add readme for tests.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-10-02Remove accidentially duplicated tests from merge.Hugo Hörnquist
2023-09-13test fixes.Hugo Hörnquist
2023-09-11Fix bug causing for's continue to not work.Hugo Hörnquist
2023-09-11Introduce stream-split-by.Hugo Hörnquist
This procedure isn't currently used, but as noted is really useful for grouping a character stream into a word stream, which is a later commit will use for it for justifying posibly infinite streams of text.
2023-09-11Change how entry point is handled.Hugo Hörnquist
Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
2023-09-11Extend `for'-macro to allow improper list elements.Hugo Hörnquist
2023-09-11Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist
Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
2023-09-11Fix seeding of UUIDs.Hugo Hörnquist
2023-09-11Require component for path append.Hugo Hörnquist
Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
2023-09-11Split test/util.scm into groups.Hugo Hörnquist
2023-09-11Add `break` and `continue` support in `for`.Hugo Hörnquist
2023-09-11Add documentation and tests for xdg basedir.Hugo Hörnquist
2023-09-11Enable let-env to unset variables.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-05-03Move lens test.Hugo Hörnquist
2023-04-21Add tests for href stuff.datarewriteHugo Hörnquist
2023-04-21Remove old unit-test style seraliazation tests.Hugo Hörnquist