Unit testing: Difference between revisions

m
Line 60:
=={{header|zkl}}==
zkl has built in unit testing as shown in [[Test_a_function#zkl]].
It can test source code or compiled code (as in UnitTester.testSrc("x:=1") ) or compiled code ( UnitTester.testRun(fcn{ x:=1 } ).
Anonymous user