mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 09:53:40 +08:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
package gas_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("ImportTracker", func() {
|
||||
var (
|
||||
source string
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
source = `// TODO(gm)`
|
||||
})
|
||||
Context("when I have a valid go package", func() {
|
||||
It("should record all import specs", func() {
|
||||
Expect(source).To(Equal(source))
|
||||
Skip("Not implemented")
|
||||
})
|
||||
|
||||
It("should correctly track aliased package imports", func() {
|
||||
Skip("Not implemented")
|
||||
})
|
||||
|
||||
It("should correctly track init only packages", func() {
|
||||
Skip("Not implemented")
|
||||
})
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user