Skip to content

[Feature] Supplement unit test cases, integration test cases #7

@gatsby068

Description

@gatsby068

Is there an existing issue for this?

  • I have searched the existing issues

Please describe your feature request and the solution you'd like.

Currently, the unit test cases and integration test cases of platform base are not complete enough. Testing code is a very useful means to improve software quality, helping us find software bugs in advance, re-examine the written code and optimize it.

It would be better if unit test cases and integration test cases could be supplemented.

When writing test code, it should not only include simple interface calls to normal functions, but also conduct as much coverage unit testing and integration testing of main logic as possible based on various logical branches in the code. At the same time, it should also include the construction of abnormal scenario test cases.

PR for this feature from new contributor are welcome.

Anything else? (Additional Context)

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions