18F / testing-cookbook

The 18F testing cookbook contains recipes and best practices for automated and manual testing in lots of different environments, languages, stacks and platforms.
https://testing-cookbook.18f.gov/
Other
15 stars 14 forks source link

Adding go testing page. #17

Closed jcscottiii closed 8 years ago

jcscottiii commented 8 years ago

This commit introduces how-to testing for go. It talks about using the 1) testing package in Go and 2) agouti + gomega + ginkgo

jcscottiii commented 8 years ago

image

jcscottiii commented 8 years ago

@mbland no problem! I changed the part about tabular testing.

image

mbland commented 8 years ago

Looks good! Thanks, @jcscottiii!