aboutsummaryrefslogtreecommitdiff
path: root/tests/test (unfollow)
Commit message (Collapse)Author
2022-06-11Add tests for web-query.Hugo Hörnquist
2022-06-11Add tests for exdate and rdate in recurrence sets.Hugo Hörnquist
And improve recurrence-advance to actually produce sensible objects. These are currently failing, but are fixed in the next commit.
2022-06-10Supress time-limited-stream test.Hugo Hörnquist
While fine, it often doesn't time out. I highly believe that this is a bug with how guile's time limit system works. And the test is slow either way per design, so might as well skip it.
2022-05-18Possibly marginally improve tests.Hugo Hörnquist
2022-05-18Add procedure realpath.Hugo Hörnquist
2022-05-11Add test for remove-child!Hugo Hörnquist
2022-05-11Add (currently failing) tests for remove-event.Hugo Hörnquist
2022-05-11Move let-env to own module.Hugo Hörnquist
2022-04-21Add a lot of new unit tests.Hugo Hörnquist
2022-04-11Merge all datetime tests to one file.Hugo Hörnquist
2022-04-05Add tests for add-and-save.Hugo Hörnquist
2022-03-28Normalize errors.Hugo Hörnquist
2022-03-08Add test for begin1 and set! interaction.Hugo Hörnquist
2022-03-07Complete coverage in base64 tests.Hugo Hörnquist
2022-03-07Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist
Along with updating now failing tests.
2022-03-07Rewrote checksum->string.Hugo Hörnquist
Lets take full advantage of guile's format.
2022-03-07Add tests for (crypto) module.Hugo Hörnquist
2022-03-07Add new tests.Hugo Hörnquist