Unit testing: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: added zkl header)
Line 59: Line 59:


=={{header|zkl}}==
=={{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 testSrc("x:=1") or testRun(fcn{ x:=1 }).