(self)
| 232 | file_exists(self.create_model_name, 'test_folder2/2.json')) |
| 233 | |
| 234 | def test_who_am_i(self): |
| 235 | with patch_context(): |
| 236 | from huggingface_hub import whoami |
| 237 | self.assertTrue(whoami()['name'] == self.user) |
| 238 | |
| 239 | def test_automapping_download(self): |
| 240 | from modelscope import AutoConfig |
nothing calls this directly
no test coverage detected