mirror of
https://github.com/securego/gosec.git
synced 2025-03-19 21:08:30 +02:00
make it clear that these tests have not been implemented yet
This commit is contained in:
parent
67dc43293c
commit
d4311c96e2
@ -2,13 +2,13 @@ package gas_test
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
//. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Helpers", func() {
|
var _ = Describe("Helpers", func() {
|
||||||
Context("todo", func() {
|
Context("todo", func() {
|
||||||
It("should fail", func() {
|
It("should fail", func() {
|
||||||
Expect(1).Should(Equal(2))
|
Fail("Not implemented")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -2,7 +2,7 @@ package gas_test
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
//. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("ImportTracker", func() {
|
var _ = Describe("ImportTracker", func() {
|
||||||
@ -15,7 +15,6 @@ var _ = Describe("ImportTracker", func() {
|
|||||||
})
|
})
|
||||||
Context("when I have a valid go package", func() {
|
Context("when I have a valid go package", func() {
|
||||||
It("should record all import specs", func() {
|
It("should record all import specs", func() {
|
||||||
Expect(1).Should(Equal(1))
|
|
||||||
Fail("Not implemented")
|
Fail("Not implemented")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user