Closed tijs closed 11 years ago
Great! I like your implementation. Thanks so much.
We can test this by mocking self.session.request
and verify that it receives an argument verify
that corresponds to the value of self.verify_ssl_certificate
. I don't mind holding off on that, though, but I'll keep the issue open so that someone does add a test eventually.
… or, I would, if GitHub allowed me to reopen it.
Great thank you too, it's nice to be merged ;)
I think this will already do the trick. Does it need a separate test you think? I guess you would need a broken SSL implementation that is always available to really test it, seems... difficult.