MCPcopy
hub / github.com/wagoodman/dive / testCaseDataFilePath

Function testCaseDataFilePath

runtime/ui/viewmodel/filetree_test.go:28–30  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

26}
27
28func testCaseDataFilePath(name string) string {
29 return filepath.Join("testdata", name+".txt")
30}
31
32func helperLoadBytes(t *testing.T) []byte {
33 path := testCaseDataFilePath(t.Name())

Callers 3

helperLoadBytesFunction · 0.85
helperCaptureBytesFunction · 0.85
assertTestDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected