1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-30 21:19:46 +02:00
gosec/gosec_suite_test.go
2018-07-19 18:42:25 +02:00

14 lines
188 B
Go

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