aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Testrunner skip hidden files.Hugo Hörnquist2022-03-28
|
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Add test for begin1 and set! interaction.Hugo Hörnquist2022-03-08
|
* Complete coverage in base64 tests.Hugo Hörnquist2022-03-07
|
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* Rewrote checksum->string.Hugo Hörnquist2022-03-07
| | | | Lets take full advantage of guile's format.
* Add tests for (crypto) module.Hugo Hörnquist2022-03-07
|
* Add new tests.Hugo Hörnquist2022-03-07
|
* Rewrote tests for path operations.Hugo Hörnquist2022-03-07
|
* Add --verbose flag to testrunner.Hugo Hörnquist2022-03-07
|
* Test runner only output coverage of "our" modules.Hugo Hörnquist2022-03-07
|
* Repair begin1 tests.Hugo Hörnquist2022-03-06
|
* Make web server test find free port.Hugo Hörnquist2022-03-06
|
* Allow explicit GUILE environment, document it.Hugo Hörnquist2022-03-06
| | | | | | | | The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
* Tests now use our local compiled files.Hugo Hörnquist2022-03-04
| | | | | | Previously there was a bunch of errors with the tests, where they tried to compile everything automatically, which usually went rather poorly due to it being in --debug mode.
* Explicitly format unbound-variable errors.Hugo Hörnquist2022-03-04
|
* Properly note failing tets in recurrence.Hugo Hörnquist2022-03-01
|
* Create own test runner.Hugo Hörnquist2022-03-01
|
* Add unit test for days-in-interval.Hugo Hörnquist2022-03-01
|
* Datetime test parse-month.Hugo Hörnquist2022-02-13
|
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Write some extra tests.Hugo Hörnquist2022-01-31
|
* Add span-upto.Hugo Hörnquist2022-01-29
|
* Add ~b and ~p flags to datetime parser.Hugo Hörnquist2022-01-29
|
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | 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.
* let-env now handles non-local exits correctly.Hugo Hörnquist2021-12-20
|
* find-extreme on empty list now an error.Hugo Hörnquist2021-12-20
|
* Merge Javascript rewrite.Hugo Hörnquist2021-12-20
|\
| * Update xcal rrule parser to do as expected.Hugo Hörnquist2021-12-06
| |
| * Fix flat event slice for calendars.Hugo Hörnquist2021-11-08
| | | | | | | | | | | | 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*.
* | Document testrunner syntax.Hugo Hörnquist2021-11-08
| |
* | Got coverage tests to work!Hugo Hörnquist2021-11-08
|/ | | | | This makes running the tests quite a bit slower. Especially the more complicated ones such as recurrence-advanced.scm.
* Fix minor syntax error for set/r!Hugo Hörnquist2021-08-30
|
* Allow partial change and removal of XML Namespaces.Hugo Hörnquist2021-08-24
| | | | | | | | | | | | | 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
* Add tests for iCal unknown key warnings.Hugo Hörnquist2021-08-24
|
* Warnings are errors when running tests.Hugo Hörnquist2021-08-24
| | | | Should prevent warnings from slipping through the cracks.
* Slightly improve error handling in test-runner.Hugo Hörnquist2021-08-21
|
* Repair BYDAY output for ical serialization.Hugo Hörnquist2021-08-21
| | | | | | 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.
* Handle types of xcal rrule.Hugo Hörnquist2021-02-01
|
* Clarify commentary for recurrence tests.Hugo Hörnquist2021-01-14
|
* Rename recurrence files.Hugo Hörnquist2021-01-14
|
* Merge several recurrence test files.Hugo Hörnquist2021-01-14
|
* Fix broken test.Hugo Hörnquist2021-01-13
|
* Add script for displaying test commentaries.Hugo Hörnquist2021-01-13
|
* Add example xcal.Hugo Hörnquist2021-01-13
|
* Add additional parse-endpoint-string tests.Hugo Hörnquist2021-01-13
|
* Clarify event-length/clamped test.Hugo Hörnquist2021-01-13
|
* Add commentary to all test files.Hugo Hörnquist2021-01-13
|
* Add commentary to run-tests.Hugo Hörnquist2021-01-13
|