Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
gatsby068 opened this issue May 12, 2023 · 0 comments
Open
1 task done

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

gatsby068 opened this issue May 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gatsby068
Copy link
Collaborator

gatsby068 commented May 12, 2023

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

@gatsby068 gatsby068 added enhancement New feature or request good first issue Good for newcomers labels May 12, 2023
@gatsby068 gatsby068 self-assigned this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant