Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 307 Bytes

Learn Basic Testing with Golang

  • What are automated tests
  • How to write simple tests (test package, test name convention, testing parameter)
  • How to check actual and expected values and fail / error the test (differences)
  • How to run tests
  • How to reduce repetitive code by writing helper functions