Contract tests restructure
What does this MR do and why?
Reorganizes the provider and consumer tests based on the proposed naming convention.
- Consumer test
fixtures
,endpoints
, andspecs
folder structure updated to include subfolders to group each appropriately - Consumer spec consumer and provider names updated
- Provider test
specs
folder renamed topact_helpers
and subfolders introduced to group the helpers appropriately - Provider test
state
folder structure also updated similar to the rest - Provider helper consumer and provider name references updated
- Provider state consumer and provider name references also updated
Related: #362629 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Richard Chong