Closed wl2484 closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
bbdba4e
) 94.59% compared to head (5091b95
) 94.59%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Goal
Align test case namings so that members can easily locate all related tests needed to be refactored.
Changes
test_delete_shopcarts
as prefix for all Delete Shopcarts API test casestest_clear_shopcarts
as prefix for all Clear Shopcarts API test casestest_list_shopcarts
as prefix for all List Shopcarts API test casestest_delete_items
as prefix for all Delete Items API test casestest_update_items
as prefix for all Update Items API test casestest_create_items
as prefix for all Create Items API test cases