Lua Api 单元测试

发布于 2024-12-09 18:26:38 字数 55 浏览 1 评论 0原文

是否有任何现有的 lua Api 单元测试?我已经搜索了大约一个小时,我找到的就是这个链接 -

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叫思念不要吵 2024-12-16 18:26:38

单元测试是在开发过程中测试代码,而不是在生产过程中。通常,您首先准备测试环境,编写一些调用生产代码的代码,并检查预期结果与实际结果。

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

希望这有帮助:)

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 :)

离去的眼神 2024-12-16 18:26:38

不,这些是唯一存在的。

No, those are the only ones that exist.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文