mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Created LearnTesting (markdown)
parent
3f68685efd
commit
c8395a7d0c
8
LearnTesting.md
Normal file
8
LearnTesting.md
Normal file
@ -0,0 +1,8 @@
|
||||
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)
|
||||
- Study (Package testing)[http://golang.org/pkg/testing/]
|
||||
- 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](/golang/go/wiki/TableDrivenTests)
|
Loading…
x
Reference in New Issue
Block a user