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

Function testOnMultipleVCS

core/integration/module_config_test.go:1333–1339  ·  view source on GitHub ↗
(t *testctx.T, testFunc func(ctx context.Context, t *testctx.T, tc vcsTestCase))

Source from the content-addressed store, hash-verified

1331}
1332
1333func testOnMultipleVCS(t *testctx.T, testFunc func(ctx context.Context, t *testctx.T, tc vcsTestCase)) {
1334 for _, tc := range vcsTestCases {
1335 t.Run(tc.name, func(ctx context.Context, t *testctx.T) {
1336 testFunc(ctx, t, tc)
1337 })
1338 }
1339}
1340
1341func getVCSTestCase(t *testctx.T, url string) vcsTestCase {
1342 for _, tc := range vcsTestCases {

Callers 13

TestArgTypesMethod · 0.85
TestByNameMethod · 0.85
TestGitModMethod · 0.85
TestCustomSDKMethod · 0.85
TestDaggerDevelopMethod · 0.85
TestDaggerInstallMethod · 0.85
TestSystemProxiesMethod · 0.85
TestSystemGoProxyMethod · 0.85
TestConfigsMethod · 0.85
TestDaggerGitRefsMethod · 0.85

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected