MCPcopy Create free account
hub / github.com/clouditor/clouditor / TestMain

Function TestMain

server/grpc_test.go:44–48  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

42)
43
44func TestMain(m *testing.M) {
45 svc := service_orchestrator.NewService()
46
47 os.Exit(clitest.RunCLITest(m, server.WithServices(svc), server.WithReflection()))
48}
49
50func TestReflectionNoAuth(t *testing.T) {
51 var (

Callers

nothing calls this directly

Calls 4

RunCLITestFunction · 0.92
WithServicesFunction · 0.92
WithReflectionFunction · 0.92
NewServiceMethod · 0.65

Tested by

no test coverage detected