-
Notifications
You must be signed in to change notification settings - Fork 543
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
feat: Improve testing coverage for the POST and PATCH methods of the resources #1332
Comments
Aha! Much appreciated. |
I hope to help add more test cases. |
@Jaycean Assign to you! Thanks a lot! |
@Jaycean thanks a lot. 😄 |
issue: #1161 |
@Jaycean could we close this issue now ? |
The issue is closed and the test case is complete. If there is any problem, open it again. |
Feature request
Please describe your feature
At present, most test cases in Backend E2E and Unit-test cases are using
PUT
method for creating and updating the resource, which leads to extremely low testing coverage for creating byPOST
and updating byPATCH
.Describe the solution you'd like
So it would be much better that if we could add more test cases for the
POST
andPATCH
methods of the resource. Of course, I would say adding missing test cases is heavy work, so let us fix this gradually.The text was updated successfully, but these errors were encountered: