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

Method Tests

toolchains/engine-dev/test.go:16–18  ·  view source on GitHub ↗

List all core engine tests

(ctx context.Context)

Source from the content-addressed store, hash-verified

14
15// List all core engine tests
16func (dev *EngineDev) Tests(ctx context.Context) (string, error) {
17 return dag.Go(dagger.GoOpts{Source: dev.Source}).Tests(ctx)
18}
19
20// Run core engine tests
21// +cache="session"

Callers 1

invokeFunction · 0.45

Calls 1

GoMethod · 0.45

Tested by

no test coverage detected