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

Function test_temp_dir_pardir

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

Source from the content-addressed store, hash-verified

85
86@raises(RuntimeError)
87def test_temp_dir_pardir():
88 with temp_dir("../test_temp_dir"):
89 pass
90
91
92def test_temp_dir():

Callers

nothing calls this directly

Calls 1

temp_dirFunction · 0.90

Tested by

no test coverage detected