[fxtesting] Add common testing library

This is useful for avoiding large amounts of `if err != nil`
boilerplate in tests, since we often don't need to return the
error and can instead treat it as fatal during testing.

IN-699 #comment

Change-Id: Iffbd2280c7ae232442b8602fde862455502bb996
1 file changed
tree: f95c3d84175b98a7de762954cb71a25e64ab1a8e
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. fxtesting/
  7. gerrit-policy/
  8. netboot/
  9. pdu/
  10. qemu/
  11. retry/
  12. secrets/
  13. serial/
  14. telnet/
  15. tftp/
  16. tilo/
  17. tools/
  18. .gitignore
  19. AUTHORS
  20. Gopkg.lock
  21. Gopkg.toml
  22. LICENSE
  23. MAINTAINERS
  24. manifest
  25. PATENTS
  26. README.md
  27. testsharder
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}