aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent/vcomponent-datetime.scm (unfollow)
Commit message (Collapse)Author
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-11-16Tests for vcomponent datetime and create.Hugo Hörnquist
2023-11-16STASH: Start writing vcomponent datetime tests.Hugo Hörnquist
2023-11-06Tests.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-02-23Start using (vcomponent create) in tests.Hugo Hörnquist
This allows us to focus on what we are testing, instead of on the parser in question. It also makes the code parser-agnostic.
2022-03-07Add new tests.Hugo Hörnquist