summaryrefslogtreecommitdiff
path: root/contributors/devel/sig-testing/testing.md
AgeCommit message (Collapse)Author
2020-06-23Adding link to San Diego CS testgrid presentationmarkyjackson-taulia
Signed-off-by: markyjackson-taulia <marky.r.jackson@gmail.com>
2020-06-16Update Testing Guide to clarify how to use go test as an alternative to make ↵Brian Pursley
test
2019-10-16Contributor Testing Guide: Update punctuation and grammarDevan Carpenter
2019-10-13Contributor Testing Guide: Add section on smooth PR review processDevan Carpenter
2019-08-27Fix the command with KUBE_TIMEOUTMuneyuki Noguchi
2019-04-18Update vendor linksJordan Liggitt
2019-03-19fix typo for testing documentationBetula-L
2019-02-21Update testing.mdHannes Hörl
Stop mentioning gubernator, add pointers on how to help with flake resolution as a contributor. Signed-off-by: Maria Ntalla <mntalla@pivotal.io>
2019-02-21Add prow link, detail SIG contactMaria Ntalla
2019-02-14Merge remote-tracking branch 'upstream/master' into contrib-test-debugHannes Hörl
Signed-off-by: Maria Ntalla <mntalla@pivotal.io>
2019-02-08Merge pull request #3233 from ↵Kubernetes Prow Robot
mattjmcnaughton/mattjmcnaughton/fix-broken-testing-commands Fix and update testing documentation
2019-02-08Make integration-tests its own docmattjmcnaughton
Previously, information on running unit and integration tests lived in the testing.md doc, while information on running e2e tests lived in its own doc. The testing.md doc is getting large, and particularly since its a doc that many new members of the project look at, I think there's a lot of benefit to keeping it concise. To accomplish this, move information around running integration tests into integration-tests.md, and then link to said document from testing.md. This allows a new member of the project to get up and running with unit tests, and then explore integration/e2e testing as they have the need.
2019-02-08Fix and update testing documentationmattjmcnaughton
Improve the testing documentation in the following ways: 1. Ensure all of the given commands actually work. Some of them specified tests that no longer existed or packages that no longer had tests. 2. Clarify the ability to run tests for a package and all its subpackages with `/...`. 3. Clarify how the developer can also utilize `go test` if they desire.
2019-02-06Fix broken links in devel/sig-testingmattjmcnaughton
It looks like some links were not updated when `devel/sig-testing` was created and populated with documentation. Additionally, move `gubernator-images` to `devel/sig-testing`, as only the `gubernator.md` file uses these images, and it now lives in `devel/sig-testing`.
2019-01-30file testing.md moved to the new folder /devel/sig-testing - URLs updated - ↵eduartua
tombstone file created