MCPcopy Index your code
hub / github.com/pre-commit/pre-commit-hooks / get_resource_path

Function get_resource_path

testing/util.py:10–11  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

8
9
10def get_resource_path(path):
11 return os.path.join(TESTING_DIR, 'resources', path)
12
13
14def git_commit(*args, **kwargs):

Callers 15

test_mainFunction · 0.90
test_syntaxerror_fileFunction · 0.90
test_mainFunction · 0.90
test_mainFunction · 0.90
test_unsorted_mainFunction · 0.90
test_tab_mainFunction · 0.90
test_non_ascii_mainFunction · 0.90

Calls

no outgoing calls

Tested by 15

test_mainFunction · 0.72
test_syntaxerror_fileFunction · 0.72
test_mainFunction · 0.72
test_mainFunction · 0.72
test_unsorted_mainFunction · 0.72
test_tab_mainFunction · 0.72
test_non_ascii_mainFunction · 0.72