vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Feature Partial mocking #20

Closed zenangst closed 8 years ago

zenangst commented 8 years ago

This PR adds a new mode when mocking requests, before we had .Regular and .Fake.

The new mode .Partial looks for mocked requests, if there are any, use them, if they don't exist it tries to do an actual request.

This can be helpful when developing towards an API that is still being built alongside the client.

zenangst commented 8 years ago

I enabled Travis for Malibu

vadymmarkov commented 8 years ago

@zenangst Seems like something is wrong with Travis, as always :smile:

vadymmarkov commented 8 years ago

But PR looks good! :star:

zenangst commented 8 years ago

@vadymmarkov gonna have a look at Travis :grin: