github.com/operator-framework/operator-lifecycle-manager@v0.30.0/cmd/package-server/main_test.go (about) 1 package main 2 3 import ( 4 "testing" 5 ) 6 7 // Test started when the test binary is started. Only calls main. 8 func TestPackageServerMain(t *testing.T) { 9 main() 10 }