test: add test stub headers and coverage report generator - #559
Conversation
There was a problem hiding this comment.
Sorry @pengfeixx, your pull request is larger than the review limit of 150,000 diff characters
449480b to
bc31c24
Compare
bc31c24 to
b296d5b
Compare
deepin pr auto review
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, pengfeixx The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add the 3rdparty stub headers (Stub/StubExt, addr_any/addr_pri) used by unit tests with proper license headers, add the Python coverage/ test report generator under tests/report_generator, and remove the old tests/src/stub.h superseded by tests/3rdparty/stub. 新增单元测试使用的 3rdparty 桩(stub)头文件(补全 MIT 许可证头)、 tests/report_generator 测试报告生成工具(Python),并移除被 tests/3rdparty/stub/stub.h 取代的旧 tests/src/stub.h。 Log: 新增测试桩头文件与报告生成工具,移除旧 stub.h Influence: 仅调整测试辅助代码,不影响编辑器本体功能。
b296d5b to
0962f66
Compare
内容
新增单元测试使用的 3rdparty 桩(stub)头文件(Stub/StubExt、addr_any/addr_pri,均补全 MIT 许可证头),以及
tests/report_generator下的测试报告生成工具(Python);同时移除被tests/3rdparty/stub/stub.h取代的旧tests/src/stub.h,共 19 个文件变更。说明