Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-02 | Move all test code into one file. | Aryadev Chavali | |
2025-02-22 | Put dependencies for each test rather than on the suite. | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.remove-at-indices | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.rev-map | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.split | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.take | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.range | Aryadev Chavali | |
2025-02-21 | Add unit tests for lib.functions.parse-integer* | Aryadev Chavali | |
2025-02-21 | Setup an empty unit test suite for lib.functions | Aryadev 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. |