aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Add vcomponent-equal?.Hugo Hörnquist2023-11-16
|
* STASH: Start writing vcomponent datetime tests.Hugo Hörnquist2023-11-16
|
* Finish (text numbers) tests.Hugo Hörnquist2023-11-16
|
* Cleanup swedish word numbers.Hugo Hörnquist2023-11-16
|
* Add procedures for printing big numbers.Hugo Hörnquist2023-11-16
|
* Fix rec advance test.Hugo Hörnquist2023-11-16
|
* Fix wordy numbers in swedish!Hugo Hörnquist2023-11-06
|
* Add new, much shorter tests for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | These have the same code coverage as the old one, and should contain enough examples to catch all the same cases.
* Disable complete swedish number tests.Hugo Hörnquist2023-11-06
| | | | | It's takes way to long to both compile and run. A shorter test will be added in its place.
* Add test suite for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | | This test is gigantic, and takes way to long to run. Preferably disable it during regular operations, and instead write a simpler one which simply fulfills the coverage.
* Add tests for (text markup).Hugo Hörnquist2023-11-06
|
* Don't test testrunner.Hugo Hörnquist2023-11-06
|
* Merge (hnh module-introspection static) into parent module.Hugo Hörnquist2023-11-06
| | | | | It only contained a single binding, and the base module was already utilities.
* Add README for HTML components.Hugo Hörnquist2023-11-06
|
* Disable the iCalendar format tests for the time being.Hugo Hörnquist2023-11-06
|
* Add tests for module introspection.Hugo Hörnquist2023-11-06
|
* Rename test.Hugo Hörnquist2023-11-06
|
* 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 base module-introspection module.Hugo Hörnquist2023-11-06
|
* Minor documentation improvements.Hugo Hörnquist2023-11-06
|
* 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
|
* Exclude some more files from coverage testing.Hugo Hörnquist2023-11-06
|
* 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.