Updated LearnTesting (markdown)

Sameer Ajmani 2015-01-09 14:02:49 -05:00
parent c8395a7d0c
commit b4b0f5a2dd

@ -1,7 +1,7 @@
This page links to resources about testing in Go. This page links to resources about testing in Go.
- Read [How to Write Go Code](http://golang.org/doc/code.html), especially [Testing](https://golang.org/doc/code.html#Testing) - Read [How to Write Go Code](http://golang.org/doc/code.html), especially [Testing](https://golang.org/doc/code.html#Testing)
- Study (Package testing)[http://golang.org/pkg/testing/] - Study [Package testing](http://golang.org/pkg/testing)
- Read [Why does Go not have assertions?](http://golang.org/doc/faq#assertions) - 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) - 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) - Watch [Testing Techniques](https://talks.golang.org/2014/testing.slide#1)