开发者

Lua Api unit test

开发者 https://www.devze.com 2023-04-12 13:23 出处:网络
Is there are any existing unit tests for lua Api? I\'ve been searching for like an hour and all I found is this li开发者_运维问答nk -http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz

Is there are any existing unit tests for lua Api? I've been searching for like an hour and all I found is this li开发者_运维问答nk - http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz does somebody know some tests except this?


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

Hope this helps :)


See lua-TestMore.


No, those are the only ones that exist.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号