pkg/test
srinivashegde86 8f6a3be149 Update knative/pkg/test (#50) 2018-08-23 12:03:59 -07:00
..
logging Add common test logging module (#45) 2018-08-20 16:04:59 -07:00
spoof Update knative/pkg/test (#50) 2018-08-23 12:03:59 -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
cleanup.go Add the common test e2e files (#39) 2018-08-13 11:28:56 -07:00
clients.go Update knative/pkg/test (#50) 2018-08-23 12:03:59 -07:00
e2e_flags.go Add common test logging module (#45) 2018-08-20 16:04:59 -07:00
kube_checks.go Add the common test e2e files (#39) 2018-08-13 11:28:56 -07:00
presubmit-tests.sh Add Istio client from knative/serving (#35) 2018-08-03 16:14:10 -07:00
request.go Update knative/pkg/test (#50) 2018-08-23 12:03:59 -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.