Updated LearnTesting (markdown)

Evgeny Vereshchagin 2017-01-29 11:27:11 +03:00
parent f4dc9bb6d7
commit 5244bd9a97

@ -5,4 +5,5 @@ This page links to resources about testing in Go.
- Read [Why does Go not have assertions?](http://golang.org/doc/faq#assertions)
- Read [Where is my favorite helper function for testing?](http://golang.org/doc/faq#testing_framework)
- Watch [Testing Techniques](https://talks.golang.org/2014/testing.slide#1)
- Read [TableDrivenTests](TableDrivenTests)
- Read [TableDrivenTests](TableDrivenTests)
- Read [Using Subtests and Sub-benchmarks](https://blog.golang.org/subtests)