Skip to content

Commit 34f3926

Browse files
author
hero
committed
测试goconvey
1 parent 2040eba commit 34f3926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

goconvey/goconvey_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ func TestAdd(t *testing.T) {
99
Convey("将两数相加", t, func(c C) {
1010
c.So(Add(1, 2), ShouldEqual, 3)
1111
})
12-
}
12+
}
13+
//go test -v

0 commit comments

Comments
 (0)