https://github.com/caknoooo/cmlabs-backend-internship-test
Pre-Assessment cmlabs backend test
https://github.com/caknoooo/cmlabs-backend-internship-test
go testing
Last synced: about 1 year ago
JSON representation
Pre-Assessment cmlabs backend test
- Host: GitHub
- URL: https://github.com/caknoooo/cmlabs-backend-internship-test
- Owner: Caknoooo
- Created: 2024-01-16T00:42:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T01:02:48.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:13:25.677Z (over 1 year ago)
- Topics: go, testing
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmlabs-backend-internship-test
To run the `Unit Testing`, run:
```
go test fizzbuzz_test.go
```
To run only the fizzbuzz, run:
```
go run fizzbuzz-test.go
```