gtest

Go test utility library inspired by pytest

MIT License

Stars
31
Committers
1

GTest

Lightweight Golang test framework inspired by pytest.

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

  • Test grouping
  • Setup, Teardown hooks for test groups
  • BeforeEach, AfterEach hooks for tests
  • Fixture injection

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

Package Rankings
Top 8.23% on Proxy.golang.org
Badges
Extracted from project README
Documentation goreportcard codecov CircleCI
Related Projects