MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / check_git_submodule

Function check_git_submodule

tests/extern_test_utils.py:86–88  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

84
85
86def check_git_submodule(path):
87 assert os.path.exists(path) and len(os.listdir(
88 path)) > 0, "git submodule not cloned correctly " + path

Callers 5

get_uvvm_test_configsFunction · 0.90
get_ghdl_test_configsFunction · 0.90
get_icarus_test_configsFunction · 0.90
get_vunit_test_configsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected