parent
cafaa2a924
commit
fe8da97b0c
|
@ -3,6 +3,7 @@ package main
|
||||||
import "testing"
|
import "testing"
|
||||||
import . "github.com/smartystreets/goconvey/convey"
|
import . "github.com/smartystreets/goconvey/convey"
|
||||||
|
|
||||||
|
// TestAdd test Add func
|
||||||
func TestAdd(t *testing.T) {
|
func TestAdd(t *testing.T) {
|
||||||
Convey("test add", t, func() {
|
Convey("test add", t, func() {
|
||||||
a := 3
|
a := 3
|
||||||
|
|
Loading…
Reference in New Issue