MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / test_path_split_all

Function test_path_split_all

hyperopt/tests/unit/test_utils.py:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def test_path_split_all():
114 ll = "foo bar baz".split()
115 path = os.path.join(*ll)
116 eq_(list(path_split_all(path)), ll)
117
118
119def test_temp_dir_sentinel():

Callers

nothing calls this directly

Calls 1

path_split_allFunction · 0.90

Tested by

no test coverage detected