jangala-dev / jangala-dev/devicecode-lua
Make test runner auto detect runnable tests
未关闭
- 主要语言
- Lua
- 星标
- 1
- 派生
- 0
- 平均合并
- 6 天 8 小时
- 30 天内合并 PR
- 6
描述
The current test runner requires each test file to be explicitly added to a list of tests in the run.lua file, this has created a point of pain when merging multiple branches together as it is common to have conflicts in this file. Change the runner to auto detect the tests needed to be run so we no longer get the merging issues.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先阅读 run.lua,并跟踪当前显式测试列表是如何组装和执行的。运行现有的测试运行器以确定其当前行为,然后验证可运行的测试文件是否会被发现并执行,而无需编辑中央列表,包括添加新的测试文件时也是如此。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua
- 领域
- testing-qa
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100