1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-18 02:58:22 +02:00
gosec/cwe/cwe_suite_test.go
2021-05-10 10:08:04 +02:00

14 lines
182 B
Go

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