Empty tests should be skipped
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
package scanner
|
package scanner
|
||||||
|
|
||||||
|
import (
|
||||||
import "testing"
|
"testing"
|
||||||
|
. "github.com/smartystreets/goconvey/convey"
|
||||||
|
)
|
||||||
|
|
||||||
func TestEmpty(t *testing.T) {
|
func TestEmpty(t *testing.T) {
|
||||||
|
|
||||||
|
Convey("Missing tests", t, nil)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
package utils
|
|
||||||
|
|
||||||
import "testing"
|
|
||||||
|
|
||||||
func TestEmpty(t *testing.T) {
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
package utils
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
. "github.com/smartystreets/goconvey/convey"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestEmpty(t *testing.T) {
|
||||||
|
|
||||||
|
Convey("Missing tests", t, nil)
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user