test 命令

帮助信息:gopm test -hgopm test run

  1. NAME:
  2. test - link dependencies and go test
  3. USAGE:
  4. command test [command options] [arguments...]
  5. DESCRIPTION:
  6. Command test links dependencies according to gopmfile,
  7. and execute 'go test'
  8. gopm test <go test commands>
  9. OPTIONS:
  10. --tags apply build tags
  11. --verbose, -v show process details

gopm test <go test commands>

  • 功能:根据 gopmfile 链接依赖并执行 go test。
  • 示例:gopm test

选项

  • —tags:应用构建 tags。
  • —verbose, -v:显示详细信息。