MCPcopy Create free account
hub / github.com/coder/envbuilder / TestNoMethodFails

Function TestNoMethodFails

integration/integration_test.go:1538–1543  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1536}
1537
1538func TestNoMethodFails(t *testing.T) {
1539 t.Parallel()
1540
1541 _, err := runEnvbuilder(t, runOpts{env: []string{}})
1542 require.ErrorContains(t, err, envbuilder.ErrNoFallbackImage.Error())
1543}
1544
1545func TestDockerfileBuildContext(t *testing.T) {
1546 t.Parallel()

Callers

nothing calls this directly

Calls 2

runEnvbuilderFunction · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected