aboutsummaryrefslogtreecommitdiff
path: root/tests/unit (unfollow)
Commit message (Collapse)Author
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-11-06Add proper text calendar.Hugo Hörnquist
Previously the program `cal` was used, this was slow and unreliable.
2023-10-24Fix name of text-util test.Hugo Hörnquist
2023-10-24Add tests for encode-query-parameters.Hugo Hörnquist
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-02Rewrite test running system.Hugo Hörnquist