houqp / gtest

Go test utility library inspired by pytest
https://godoc.org/github.com/houqp/gtest
MIT License
31 stars 0 forks source link
golang test-automation test-framework

GTest

Documentation goreportcard codecov CircleCI

Lightweight Golang test framework inspired by pytest.

GTest provides the following functionalities to help reduce boilerplate in test code:

See docs, example_test.go and gtest_test.go for examples.