social/mail_tracking_mailgun/tests
David Vidal 9d5d1bcbbc [FIX] mail_tracking_mailgun: json.load() won't swallow bytes (#269)
- json.load() in python under 3.6 doesn't support binary input.
- https://docs.python.org/3/whatsnew/3.6.html#json
- This way, we let requests to decode the response itself.
2018-05-09 21:28:41 +02:00
..
__init__.py [MIG] mail_tracking_mailgun: Migration to 11.0 2018-05-08 18:26:49 +02:00
test_mailgun.py [FIX] mail_tracking_mailgun: json.load() won't swallow bytes (#269) 2018-05-09 21:28:41 +02:00