zen4ever / django-authorizenet

Django and Authorize.NET payment gateway integration
MIT License
87 stars 36 forks source link

Use requests to make testing easier #22

Closed patrys closed 11 years ago

patrys commented 11 years ago

Eveything is better with requests!

Seriously though, it makes testing easier with httmock.

zen4ever commented 11 years ago

Shameless plug of your own library :-) I agree, though. Requests are making things better, and this project requires some tests.