pkg/test
Scott Andrews a088fee622 Add Istio client from knative/serving (#35)
* Add Istio client from knative/serving

- Add Istio types in 'apis/istio/v1alpha3'
- Update codegen scripts
- Generate client in 'client'
- Add @tcnghia as owner for 'apis/istio'

Fixes #1

* nix linguring serving package dep

* cleanup vendor cache

* Mark /client as generated

* Fix verify-codegen script

* Run verify-codegen.sh via presubmit-tests.sh

* Remove Gatewaies -> Gateway hack

Looks like we don't need it anymore
2018-08-03 16:14:10 -07:00
..
OWNERS Initial set of files for //test (#18) 2018-07-26 16:46:35 -07:00
README.md Initial set of files for //test (#18) 2018-07-26 16:46:35 -07:00
presubmit-tests.sh Add Istio client from knative/serving (#35) 2018-08-03 16:14:10 -07:00

README.md

Test

This directory contains tests and testing docs.

  • Unit tests currently reside in the codebase alongside the code they test

Running unit tests

To run all unit tests:

go test ./...

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.