https://github.com/xplosunn/beforeeach
Go util to run something before each test
https://github.com/xplosunn/beforeeach
golang testing
Last synced: 6 months ago
JSON representation
Go util to run something before each test
- Host: GitHub
- URL: https://github.com/xplosunn/beforeeach
- Owner: xplosunn
- Created: 2023-07-07T15:40:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T22:56:59.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T21:06:50.071Z (about 2 years ago)
- Topics: golang, testing
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beforeeach
Allows you to run a function before each test, since Go doesn't provide that functionality.
See [beforeeach.go](beforeeach.go)