https://github.com/betterstack-community/intermediate-go-unit-tests
https://github.com/betterstack-community/intermediate-go-unit-tests
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/intermediate-go-unit-tests
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-05-03T11:38:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:10:54.000Z (about 2 years ago)
- Last Synced: 2024-05-04T15:46:41.721Z (about 2 years ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intermediate unit testing in Go
Elevate your Go testing game by learning techniques to speed up tests, manage
dependencies, and enhance test output readability.
**Tutorial**:
[Testing in Go: Intermediate Tips and Techniques](https://betterstack.com/community/guides/testing/intemediate-go-testing/)
## ⚖ License
The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)