Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ go test foo_test.go
  2.  
  3. $ go test foo_test.go foo.go
  4.  
  5. go test packageName -run TestName
  6.  
  7. -run regexp
  8. Run only those tests and examples matching the regular
  9. expression.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement