aboutsummaryrefslogtreecommitdiff
path: root/tests/test/datetime.scm (follow)
Commit message (Collapse)AuthorAge
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Replace datetime tests.Hugo Hörnquist2022-06-23
|
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Reformat test/datetime.scmHugo Hörnquist2022-06-23
|
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Possibly marginally improve tests.Hugo Hörnquist2022-05-18
|
* Add a lot of new unit tests.Hugo Hörnquist2022-04-21
|
* Merge all datetime tests to one file.Hugo Hörnquist2022-04-11
|
* Add new tests.Hugo Hörnquist2022-03-07