Captricity / mocurly

Mocurly is a library that mocks the recurly python client
MIT License
8 stars 6 forks source link

Fix tests #14

Closed yorinasub17 closed 6 years ago

yorinasub17 commented 6 years ago

This fixes the unit tests to be compatible with latest versions of recurly. (https://github.com/Captricity/mocurly/issues/10)

In the process, I learned that this is not compatible with httpretty>0.8.10, so restrict that for now. See https://github.com/Captricity/mocurly/issues/13 for more info.

Finally, updated the tox files to include additional environments that we don't currently support, but can work towards supporting.

yorinasub17 commented 6 years ago

Merging