1
0
mirror of https://github.com/securego/gosec.git synced 2025-02-11 13:15:45 +02:00
gosec/cwe/cwe_suite_test.go

14 lines
182 B
Go
Raw Normal View History

package cwe_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestCwe(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Cwe Suite")
}