pkg/test
Dave Protasowski 0122abd983 The test logger will now log the correct caller (#63)
Previous, since we weren't skipping, the logged caller
would be 'logging.go'
2018-09-06 14:16:14 -07:00
..
logging The test logger will now log the correct caller (#63) 2018-09-06 14:16:14 -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 Make kube_checks generic so that it can be used in serving (#58) 2018-08-31 16:01:12 -07:00
clients.go Make kube_checks generic so that it can be used in serving (#58) 2018-08-31 16:01:12 -07:00
e2e_flags.go Dont call flag.parse in pkg/test (#62) 2018-09-06 10:06:14 -07:00
kube_checks.go Make kube_checks generic so that it can be used in serving (#58) 2018-08-31 16:01:12 -07:00
presubmit-tests.sh Vendor the test-infra scripts (#52) 2018-08-23 21:30:59 -07:00
request.go Update WaitForEndpointState to return response (#51) 2018-08-23 13:42: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.