aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Tests.Hugo Hörnquist2023-11-06
|
* Group tests/recurrence-simple to avoid warnings.Hugo Hörnquist2023-11-06
| | | | Previously a bunch of warnings about shadowing of 'ev' was emitted.
* Add basic tests for directed graph.Hugo Hörnquist2023-11-06
|
* Finish coverage for week-1-start.Hugo Hörnquist2023-11-06
|
* Move coverage supplement for datetime into source file.Hugo Hörnquist2023-11-06
|
* Add some tests for vulgar.Hugo Hörnquist2023-11-06
|
* Add tests for HTTP status codes.Hugo Hörnquist2023-11-06
|
* Automatically mark all definitions as covered.Hugo Hörnquist2023-11-06
| | | | | Guile's coverage system often missed those. Explicitly adding coverage information make percentage go up!
* 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.
* Add proper text calendar.Hugo Hörnquist2023-11-06
| | | | Previously the program `cal` was used, this was slow and unreliable.
* Fix name of text-util test.Hugo Hörnquist2023-10-24
|
* Add tests for encode-query-parameters.Hugo Hörnquist2023-10-24
|
* Repair webdav-propfind tests.Hugo Hörnquist2023-10-24
|
* Add tests for (calp translation).Hugo Hörnquist2023-10-24
|
* Add tests for (calp) module.Hugo Hörnquist2023-10-24
|
* Propstat stash.Hugo Hörnquist2023-10-23
|
* Split webdav tests into more files.Hugo Hörnquist2023-10-23
|
* Test work.Hugo Hörnquist2023-10-22
|
* Add tests for sxml namespaced + fix 'root-element'.Hugo Hörnquist2023-10-21
| | | | | * Removes on-root-element since it was never used * Handle the case of root-elemnt with no *TOP*
* Change namespaced sxml to use new object system.Hugo Hörnquist2023-10-18
|
* Finish tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Add tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Move vcomponent geo to new object system.Hugo Hörnquist2023-10-18
|
* Add tests for (text util).Hugo Hörnquist2023-10-18
| | | | | | 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.
* Add tests for (text flow).Hugo Hörnquist2023-10-18
|
* Add final xdg basedir test.Hugo Hörnquist2023-10-18
| | | | This moves the coverage to 100%!
* Update coverage supplement.Hugo Hörnquist2023-10-18
|
* Change zic to use new object system.Hugo Hörnquist2023-10-18
|
* Move sxml tests to own "namespace".Hugo Hörnquist2023-10-16
|
* Add tests for (hnh util type)Hugo Hörnquist2023-10-16
|
* Fix write test for vcomponent.Hugo Hörnquist2023-10-16
|
* Move timespec and recur-rule to new object system.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
|
* Rewrote the data format tests.Hugo Hörnquist2023-10-16
|
* Add test for object equivalence.Hugo Hörnquist2023-10-14
|
* Better structuring between webdav modules.Hugo Hörnquist2023-10-10
|
* Add coverage supplement for atomic-*.Hugo Hörnquist2023-10-08
| | | | | These are for the module declaration, and the inernal datastructures declaration.
* 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.
* Repair litmus test.Hugo Hörnquist2023-10-07
|
* Got formats test.scm to run again.Hugo Hörnquist2023-10-03
| | | | Note that it however fails.
* Remove unused helper files in testsHugo Hörnquist2023-10-03
|
* Add readme for tests.Hugo Hörnquist2023-10-03
|
* Rewrite test running system.Hugo Hörnquist2023-10-02
|
* Remove accidentially duplicated tests from merge.Hugo Hörnquist2023-10-02
|
* test fixes.Hugo Hörnquist2023-09-13
|
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| |
| * Introduce stream-split-by.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | 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.