summaryrefslogtreecommitdiff
path: root/macros_test.fnl
Commit message (Collapse)AuthorAgeFilesLines
* feature(macros): implement simple multimethodsAndrey Orst2020-10-311-2/+23
|
* feature(code): greatly improve code coverageAndrey Orst2020-10-281-1/+8
|
* feature(testing): group tests, update coverage scriptAndrey Orst2020-10-261-57/+58
|
* feature: refactoringAndrey Orst2020-10-261-4/+7
| | | | | make some functions private (for coverage.sh) Separate tests into one test per function (for coverage.sh)
* feature(core functions): Added more core functionsAndrey Orst2020-10-241-1/+1
|
* ChangesAndrey Orst2020-10-231-43/+56
| | | | | | | | | - 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-0/+44