Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isensee-bastian/test-basics
- Owner: isensee-bastian
- License: mit
- Created: 2022-03-04T21:28:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T21:39:15.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:22:49.697Z (5 months ago)
- Topics: basic-programming, beginner-tutorial-series, bugs, golang, learn-to-code, regression, slice, test-driven, testing, youtube
- Language: Go
- Homepage: https://youtu.be/Z1fgWqNzNZo
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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