KaneCheshire / Peasy

A pure Swift mock server for embedding and running directly within iOS/macOS UI tests. Easy peasy.
MIT License
38 stars 10 forks source link

Reverse order of matched configurations #23

Closed KaneCheshire closed 4 years ago

KaneCheshire commented 4 years ago

As mentioned in #21, it's more beneficial if configs are matched in reverse order, so that you can set up a set of "defaults", and then add overrides that are removed after they're matched, so it falls back to the defaults after.

The reason I haven't approved that PR is because I want to spend some time and make sure I get the API right.