Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudacademy/go-testing
🚀 Go Unit Testing Example
https://github.com/cloudacademy/go-testing
cloudacademy development engineering go golang software testing unittesting
Last synced: 22 days ago
JSON representation
🚀 Go Unit Testing Example
- Host: GitHub
- URL: https://github.com/cloudacademy/go-testing
- Owner: cloudacademy
- Created: 2022-01-06T00:02:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T23:24:00.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T07:42:43.304Z (10 months ago)
- Topics: cloudacademy, development, engineering, go, golang, software, testing, unittesting
- Language: Go
- Homepage: https://cloudacademy.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Testing Example
[![Go](https://github.com/cloudacademy/go-testing/actions/workflows/go.yml/badge.svg)](https://github.com/cloudacademy/go-testing/actions/workflows/go.yml)
## Background
The following repo contains source code used to demonstrate how to perform unit testing using Go's in-built testing framework.