|  | package validation
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | import (
 | 
						
						
						
							|  | 	"testing"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 	"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/logger"
 | 
						
						
						
							|  | 	. "github.com/onsi/ginkgo"
 | 
						
						
						
							|  | 	. "github.com/onsi/gomega"
 | 
						
						
						
							|  | )
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | func TestValidationSuite(t *testing.T) {
 | 
						
						
						
							|  | 	logger.SetOutput(GinkgoWriter)
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 	RegisterFailHandler(Fail)
 | 
						
						
						
							|  | 	RunSpecs(t, "Validation Suite")
 | 
						
						
						
							|  | }
 |