MCPcopy Create free account
hub / github.com/docker/docker-language-server / TestDefinition

Function TestDefinition

internal/bake/hcl/definition_test.go:30–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

28}
29
30func TestDefinition(t *testing.T) {
31 dockerfilePath, backendDockerfilePath, bakeFilePath := testPaths(t)
32 testDefinition(t, dockerfilePath, backendDockerfilePath, bakeFilePath)
33}
34
35func testDefinition(t *testing.T, dockerfilePath, backendDockerfilePath, bakeFilePath string) {
36 dockerfilePath = filepath.ToSlash(dockerfilePath)

Callers

nothing calls this directly

Calls 2

testPathsFunction · 0.85
testDefinitionFunction · 0.85

Tested by

no test coverage detected