(self)
| 16 | class HubRetryTest(unittest.TestCase): |
| 17 | |
| 18 | def setUp(self): |
| 19 | self.api = HubApi() |
| 20 | self.model_id = 'damo/ofa_text-to-image-synthesis_coco_large_en' |
| 21 | |
| 22 | @patch('urllib3.connectionpool.HTTPConnectionPool._get_conn') |
| 23 | def test_retry_exception(self, getconn_mock): |