Skip to content

Commit

Permalink
Add github.com/berlin-ab/testsuite library for defining test suites i…
Browse files Browse the repository at this point in the history
…n Go

- provides xUnit style setup/teardown and setup suite/teardown suite behavior.
  • Loading branch information
berlin-ab committed Aug 30, 2023
1 parent 12d40a2 commit caf5e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,7 @@ _Libraries for testing codebases and generating test data._
- [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.
- [testmd](https://godoc.org/github.com/tvastar/test/cmd/testmd) - Convert markdown snippets into testable go code.
- [testsql](https://github.com/zhulongcheng/testsql) - Generate test data from SQL files before testing and clear it after finished.
- [testsuite](https://github.com/berlin-ab/testsuite) - Define test suites with setup and teardown behavior using the standard Go testing package.
- [testza](https://github.com/MarvinJWendt/testza) - Full-featured test framework with nice colorized output.
- [trial](https://github.com/jgroeneveld/trial) - Quick and easy extendable assertions without introducing much boilerplate.
- [Tt](https://github.com/vcaesar/tt) - Simple and colorful test tools.
Expand Down

0 comments on commit caf5e0c

Please sign in to comment.