单元测试 – Lua Api单元测试

是否有任何现有的lua Api单元测试?我一直在寻找一个小时,我找到的就是这个链接http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz
除此之外,有人知道一些测试吗?

解决方法

Unit testing is about testing your code during development,not in production. Typically you start by preparing the testing environment,writing some code that calls production code and check expected results with actual results.

http://lua-users.org/wiki/UnitTesting

希望这可以帮助 :)

相关文章

1.github代码实践源代码是lua脚本语言,下载th之后运行thmai...
此文为搬运帖,原帖地址https://www.cnblogs.com/zwywilliam/...
Rime输入法通过定义lua文件,可以实现获取当前时间日期的功能...
localfunctiongenerate_action(params)localscale_action=cc...
2022年1月11日13:57:45 官方:https://opm.openresty.org/官...
在Lua中的table(表),就像c#中的HashMap(哈希表),key和...