-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move common pieces of mock REST servers to a new package (#267)
The store mock server is structurally very close to the contracts mock: YAML configuration, similar CLI, both talk via REST, both may have blocked or disabled endpoints etc. Thus I though that I could move the guts of the contracts mock into a new package and make both mock servers inherit from this common base. No semantics or endpoint behaviors should have changed with this.
- Loading branch information
Showing
6 changed files
with
358 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.