def test02_fetch_from_url(self): config = Configuration(SSL.Context(SSL.TLSv1_METHOD), True) res = fetch_from_url(Constants.TEST_URI, config) self.assertTrue(res)