...

Source file src/kubevirt.io/api/apitesting/apitesting_suite_test.go

Documentation: kubevirt.io/api/apitesting

     1  package apitesting_test
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestApitesting(t *testing.T) {
     8  	// dummy file to bypass ginkgo check
     9  	// since this is a regular go test suite no ginkgo bootstrap is needed
    10  }
    11  

View as plain text