add go functest

This commit is contained in:
skyblue
2014-03-31 16:24:58 +08:00
parent 587e6d8089
commit 9acc1c33be
4 changed files with 19 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
command: python -m pytest {}
include: ^test_.*\.py$
command: go test -v {}
include: ^.+_test\.go$
path: ./
depth: 1
verbose: true