Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/modelscope/modelscope
/ test_level
Function
test_level
modelscope/utils/test_utils.py:48–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
test_level():
49
global TEST_LEVEL
50
if
TEST_LEVEL_STR in os.environ:
51
TEST_LEVEL = int(os.environ[TEST_LEVEL_STR])
52
53
return
TEST_LEVEL
54
55
56
def
require_tf(test_case):
Callers
2
run.py
File · 0.90
setUp
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…