Skip to content

isensee-bastian/test-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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