Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isensee-bastian/test-basics

Tutorial code for my video Learn Basic Testing with Golang
https://github.com/isensee-bastian/test-basics

basic-programming beginner-tutorial-series bugs golang learn-to-code regression slice test-driven testing youtube

Last synced: 9 days ago
JSON representation

Tutorial code for my video Learn Basic Testing with Golang

Awesome Lists containing this project

README

        

# 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