Skip to content

Commit

Permalink
Add table of contents to test README πŸ“
Browse files Browse the repository at this point in the history
There's some good stuff in this doc but it's hard to remember what's in
it cuz it's kinda all over the place - maybe a TOC will help!
  • Loading branch information
bobcatfish committed May 26, 2020
1 parent 0c590d1 commit a9206d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ go test ./...
go test -v -count=1 -tags=e2e -timeout=20m ./test
```

* [Unit tests](#unit-tests)
* [Unit testing controllers](#unit-testing-controllers)
* [End to end tests](#end-to-end-tests)
* [Setup](#setup)
* [Running](#running)
* [Flags](#flags)
* [Running specific test cases](#running-specific-test-cases)
* [Running example yaml tests](#running-example-yaml-tests)
* [Running upgrade tests](#running-upgrade-tests)
* [Adding integration tests](#adding-integration-tests)
* [Create Tekton objects](#create-tekton-objects)
* [Get access to client objects](#get-access-to-client-objects)
* [Generate random names](#generate-random-names)
* [Poll pipeline resources](#poll-pipeline-resources)
* [Presubmit tests](#presubmit-tests)
* [Running presubmit integration tests](#running-presubmit-integration-tests)

## Unit tests

Unit tests live side by side with the code they are testing and can be run with:
Expand Down

0 comments on commit a9206d9

Please sign in to comment.