MCPcopy 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
26def 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
31def test_resfs_read():

Callers

nothing calls this directly

Calls 2

setFunction · 0.50
formatMethod · 0.45

Tested by

no test coverage detected