venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Added ability to set cassette options [Tests Required] #53

Open pnicholls opened 8 years ago

pnicholls commented 8 years ago

The options added so far allow a user to select what attributes a request should be matched on.

Request matching options include URL, Path, HTTPMethod and HTTPBody.

I have added one test but this really needs more, I will add more once I find some time.

pnicholls commented 8 years ago

Build seems to be broken upstream? Seems to be broken just on CI.