Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
def
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
119
def
test_temp_dir_sentinel():
Callers
nothing calls this directly
Calls
1
path_split_all
Function · 0.90
Tested by
no test coverage detected