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

Function TestMain

service/orchestrator/orchestrator_test.go:47–51  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

45)
46
47func TestMain(m *testing.M) {
48 clitest.AutoChdir()
49
50 os.Exit(m.Run())
51}
52
53func toStruct(f float32) (s *structpb.Value) {
54 var (

Callers

nothing calls this directly

Calls 1

AutoChdirFunction · 0.92

Tested by

no test coverage detected