1. 04 Feb, 2016 4 commits
    • Michelle Noorali's avatar
      modify travis so it will install golint and govet · ef665993
      Michelle Noorali authored
      * before running tests
      ef665993
    • Michelle Noorali's avatar
      add golint and go vet to test target · 14d75f4d
      Michelle Noorali authored
      This commit adds a target called setup-gotools which will download and
      install golint and go vet. A developer who wants to run tests for an
      individual component (manager, resourcifier, expandybird) can run `make
      test` to run golint, vet, and test and in that directory. On first run,
      a developer will want to run `make setup-gotools` so that they have
      golint and vet to use locally.
      
      There is a `make test` command in each component because running tests
      from the root directory will result in lots of output. Running tests in
      individual components will help isolate the tests for the component that
      is being modified and result in more clear output.
      14d75f4d
    • Seth Goings's avatar
      remove duplicate test target @ root · 43d838f2
      Seth Goings authored
      add structure for [lint,vet,test-unit] all wrapped up
      by the test target
      43d838f2
    • Michelle Noorali's avatar
      1af4b9ae
  2. 03 Feb, 2016 5 commits
  3. 01 Feb, 2016 4 commits
  4. 30 Jan, 2016 1 commit
  5. 29 Jan, 2016 16 commits
  6. 28 Jan, 2016 5 commits
  7. 27 Jan, 2016 5 commits