Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ setUp
Method
setUp
tests/hub/test_hub_list.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
class
HubListHubTest(unittest.TestCase):
14
15
def
setUp(self):
16
self.api = HubApi()
17
18
@unittest.skipUnless(test_level() >= 3,
'skip test in current test level'
)
19
def
test_list_datasets(self):
Callers
nothing calls this directly
Calls
1
HubApi
Class · 0.90
Tested by
no test coverage detected