aboutsummaryrefslogtreecommitdiff
path: root/tests/functions.lisp
AgeCommit message (Collapse)Author
2025-03-02Move all test code into one file.Aryadev Chavali
2025-02-22Put dependencies for each test rather than on the suite.Aryadev Chavali
2025-02-21Add unit tests for lib.functions.remove-at-indicesAryadev Chavali
2025-02-21Add unit tests for lib.functions.rev-mapAryadev Chavali
2025-02-21Add unit tests for lib.functions.splitAryadev Chavali
2025-02-21Add unit tests for lib.functions.takeAryadev Chavali
2025-02-21Add unit tests for lib.functions.rangeAryadev Chavali
2025-02-21Add unit tests for lib.functions.parse-integer*Aryadev Chavali
2025-02-21Setup an empty unit test suite for lib.functionsAryadev Chavali
I've added a dependency so if lib.macros isn't working, we can skip all the tests in lib.functions. Therefore we can use lib.macros in the test code.