aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Collapse)Author
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2022-01-31Write some extra tests.Hugo Hörnquist
2022-01-29Add span-upto.Hugo Hörnquist
2022-01-29Add ~b and ~p flags to datetime parser.Hugo Hörnquist
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2021-12-20let-env now handles non-local exits correctly.Hugo Hörnquist
2021-12-20find-extreme on empty list now an error.Hugo Hörnquist
2021-12-06Update xcal rrule parser to do as expected.Hugo Hörnquist
2021-11-08Fix flat event slice for calendars.Hugo Hörnquist
As noted in the fidd, our simple filter-sorted-stream on event-overlaps? missbehaves in some edge cases. The new system "should" work *fingers crossed*.
2021-11-08Document testrunner syntax.Hugo Hörnquist
2021-11-08Got coverage tests to work!Hugo Hörnquist
This makes running the tests quite a bit slower. Especially the more complicated ones such as recurrence-advanced.scm.
2021-08-30Fix minor syntax error for set/r!Hugo Hörnquist
2021-08-24Allow partial change and removal of XML Namespaces.Hugo Hörnquist
Changing the error to a returnu allows a partial namespace change map, which can sometimes be usefull (and should hopefully not lead to any issues here). Changing assoc-ref to assoc allows the removal of namespaces, since assoc-ref can't differentiate between a match with #f in its cdr, and no match. (assoc-ref '((a . #f)) 'a) ⇒ #f (assoc-ref '((a . #f)) 'b) ⇒ #f
2021-08-24Add tests for iCal unknown key warnings.Hugo Hörnquist
2021-08-24Warnings are errors when running tests.Hugo Hörnquist
Should prevent warnings from slipping through the cracks.
2021-08-21Slightly improve error handling in test-runner.Hugo Hörnquist
2021-08-21Repair BYDAY output for ical serialization.Hugo Hörnquist
I have no idea why the byday case was commented out while implementing xcal output. Either way it's now fixed, and should hopefully stay fixed with some tests.
2021-02-01Handle types of xcal rrule.Hugo Hörnquist
2021-01-14Clarify commentary for recurrence tests.Hugo Hörnquist
2021-01-14Rename recurrence files.Hugo Hörnquist
2021-01-14Merge several recurrence test files.Hugo Hörnquist
2021-01-13Fix broken test.Hugo Hörnquist
2021-01-13Add script for displaying test commentaries.Hugo Hörnquist
2021-01-13Add example xcal.Hugo Hörnquist
2021-01-13Add additional parse-endpoint-string tests.Hugo Hörnquist
2021-01-13Clarify event-length/clamped test.Hugo Hörnquist
2021-01-13Add commentary to all test files.Hugo Hörnquist
2021-01-13Add commentary to run-tests.Hugo Hörnquist
2021-01-13Remove x-flag from tests/termios.scmHugo Hörnquist
2020-09-06Add test for Reccurence-ID with different DTSTART type.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-23Repair tests.Hugo Hörnquist
2020-08-23Base64 now free floating top level.Hugo Hörnquist
2020-08-17Split module/server into stuff.Hugo Hörnquist
2020-08-17Fixes.Hugo Hörnquist
2020-08-17Start moving stuff out from output.Hugo Hörnquist
2020-08-12Start adding tests for server.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist
2020-07-30Add datetime-.Hugo Hörnquist
2020-07-30Resolve TODO's in test dir.Hugo Hörnquist
2020-07-30Add stream-paginate.Hugo Hörnquist
2020-07-27Merge mod!:s functionality into set!Hugo Hörnquist
2020-07-27Improve opt parsing in test runner.Hugo Hörnquist
2020-07-20Remove badly written performance test.Hugo Hörnquist
2020-07-20Cleanup for cpp.Hugo Hörnquist
2020-07-20Add preliminary tests for cpp.Hugo Hörnquist
2020-07-07Rename parse component to parse ical.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist