aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* HAdd sections to introspection documentation.Hugo Hörnquist2023-11-06
|
* Add README for HTML components.Hugo Hörnquist2023-11-06
|
* Disable the iCalendar format tests for the time being.Hugo Hörnquist2023-11-06
|
* Update module-uses* documentation.Hugo Hörnquist2023-11-06
|
* Add Makefile variable for setting number of test threads.Hugo Hörnquist2023-11-06
|
* Add tests for module introspection.Hugo Hörnquist2023-11-06
|
* Rename test.Hugo Hörnquist2023-11-06
|
* Remove (srfi srfi-64 util).Hugo Hörnquist2023-11-06
| | | | | | It only declared `test-match-group`, which was sort of useful when ignoring som tests. It haven't been used in a while, and is therefore removed.
* Add some NOCOV declarations to (hnh util).Hugo Hörnquist2023-11-06
|
* Add more tests to (hnh util).Hugo Hörnquist2023-11-06
|
* Document assq-limit.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
|
* Move 'validate-event' into only module using it.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
|
* Split genhtml and coverage in Makefile.Hugo Hörnquist2023-11-06
|
* Uncovered files now have ALL their lines marked as uncovered.Hugo Hörnquist2023-11-06
| | | | | | | | Only marking one line as uncovered gave 100% miss, but when grouped with other files would be missleading, (0% + 0% + 100% \simeq 99%). This is also incorrect, since non-code lines are marked non-covered. But it draws the attention to the right places.
* Remove unused module (hnh util set).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
|
* Fix "define*" not being excempted.Hugo Hörnquist2023-11-06
|
* Move coverage supplement for datetime into source file.Hugo Hörnquist2023-11-06
|
* Allow NOCOV comments.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!
* Replace regex with simpler string check.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.
* Add proper text calendar.Hugo Hörnquist2023-11-06
| | | | Previously the program `cal` was used, this was slow and unreliable.
* Remove unused 'color-if'.Hugo Hörnquist2023-11-06
|
* Fix some incorrect strings in documentation.Hugo Hörnquist2023-11-06
|
* Fix name of text-util test.Hugo Hörnquist2023-10-24
|
* Fail loudly if test doesn't end with coverage declaration.Hugo Hörnquist2023-10-24
|
* Fix spelling of 'definitions'.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
|
* Merge (web uri-query) into (web query).Hugo Hörnquist2023-10-24
|
* Split webdav documentation into multiple files.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
|
* Fixup in documentation.Hugo Hörnquist2023-10-23
|
* Split webdav tests into more files.Hugo Hörnquist2023-10-23
|