MCPcopy
hub / github.com/deadc0de6/dotdrop / create_dir

Function create_dir

tests/helpers.py:111–115  ·  view source on GitHub ↗

Create a directory

(path)

Source from the content-addressed store, hash-verified

109
110
111def create_dir(path):
112 """Create a directory"""
113 if not os.path.exists(path):
114 os.mkdir(path)
115 return path
116
117
118def _fake_args():

Callers 6

test_updateMethod · 0.90
test_listingsMethod · 0.90
test_compareMethod · 0.90
test_installMethod · 0.90
test_removeMethod · 0.90
test_importMethod · 0.90

Calls

no outgoing calls

Tested by 6

test_updateMethod · 0.72
test_listingsMethod · 0.72
test_compareMethod · 0.72
test_installMethod · 0.72
test_removeMethod · 0.72
test_importMethod · 0.72