An open API service indexing awesome lists of open source software.

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

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)