MCPcopy Create free account
hub / github.com/dagger/dagger / TestNotExists

Method TestNotExists

core/integration/module_shell_test.go:524–530  ·  view source on GitHub ↗
(ctx context.Context, t *testctx.T)

Source from the content-addressed store, hash-verified

522}
523
524func (ShellSuite) TestNotExists(ctx context.Context, t *testctx.T) {
525 c := connect(ctx, t)
526 _, err := modInit(t, c, "go", "").
527 With(daggerShell("i-dont-exist")).
528 Sync(ctx)
529 requireErrOut(t, err, "\"i-dont-exist\" does not exist")
530}
531
532func (ShellSuite) TestIntegerArg(ctx context.Context, t *testctx.T) {
533 c := connect(ctx, t)

Callers

nothing calls this directly

Calls 6

modInitFunction · 0.85
daggerShellFunction · 0.85
requireErrOutFunction · 0.85
connectFunction · 0.70
SyncMethod · 0.65
WithMethod · 0.45

Tested by

no test coverage detected