Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ tearDown
Method
tearDown
tests/utils/test_envs.py:14–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
self.env_manager = EnvsManager(self.model_id)
13
14
def
tearDown(self):
15
self.env_manager.clean_env()
16
super().tearDown()
17
18
def
test_create_env(self):
19
need_env = self.env_manager.check_if_need_env()
Callers
nothing calls this directly
Calls
1
clean_env
Method · 0.80
Tested by
no test coverage detected