summaryrefslogtreecommitdiff
path: root/core_test.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix get-in function and testsAndrey Orst2020-10-291-8/+13
|
* feature: functions to access table valuesAndrey Orst2020-10-291-1/+19
|
* feature(code): greatly improve code coverageAndrey Orst2020-10-281-10/+82
|
* fix(tests): add missing testsAndrey Orst2020-10-281-1/+34
|
* feature(core): add assoc function & testAndrey Orst2020-10-261-2/+6
|
* feature(testing): group tests, update coverage scriptAndrey Orst2020-10-261-260/+271
|
* feature: refactoringAndrey Orst2020-10-261-50/+128
| | | | | make some functions private (for coverage.sh) Separate tests into one test per function (for coverage.sh)
* feature: refactoringAndrey Orst2020-10-251-34/+87
|
* feature(core functions): Added more core functionsAndrey Orst2020-10-241-21/+66
|
* add predicates for checking maps and seqs; add COC, and update docAndrey Orst2020-10-241-1/+13
|
* more functionsAndrey Orst2020-10-241-2/+33
|
* ChangesAndrey Orst2020-10-231-50/+87
| | | | | | | | | - add runtime check to into - add sort of a test framework - remove mapkv in favor of generalized mapv that works both for sequences and tables - add more tests - update doc
* add more testsAndrey Orst2020-10-221-15/+23
|
* added more macros, and functions to the `core` modulesAndrey Orst2020-10-211-0/+43