betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

URI Matching should be smarter #18

Closed sigmavirus24 closed 10 years ago

sigmavirus24 commented 10 years ago

github3.py has been seeing intermittent failures on Travis because it uses the params keyword to requests. By passing a dictionary the order is not guaranteed so on occasion the order of the dictionary will change and cause the request URI to be different from the recorded one.