Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ test_resfs_files
Function
test_resfs_files
library/python/resource/ut/test_simple.py:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
26
def
test_resfs_files():
27
metadata_path =
"contrib/python/py/py{}/.dist-info/METADATA"
.format(
"2"
if
six.PY2
else
"3"
)
28
assert metadata_path in set(rs.resfs_files())
29
30
31
def
test_resfs_read():
Callers
nothing calls this directly
Calls
2
set
Function · 0.50
format
Method · 0.45
Tested by
no test coverage detected