Skip to content

Commit

Permalink
Updated auth test link.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 committed Dec 25, 2016
1 parent 548eb72 commit 0b336f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/devel/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ passing, so it is often a good idea to make sure the e2e tests work as well.
* All packages and any significant files require unit tests.
* The preferred method of testing multiple scenarios or input is
[table driven testing](https://github.com/golang/go/wiki/TableDrivenTests)
- Example: [TestNamespaceAuthorization](../../test/integration/auth/auth_test.go)
- Example: [TestNamespaceAuthorization](https://github.com/kubernetes/kubernetes/blob/master/test/integration/auth/auth_test.go)
* Unit tests must pass on OS X and Windows platforms.
- Tests using linux-specific features must be skipped or compiled out.
- Skipped is better, compiled out is required when it won't compile.
Expand Down

0 comments on commit 0b336f6

Please sign in to comment.