Skip to content

Commit dd27c1a

Browse files
authored
Update README.md (#6110)
Add tparse to Testing Frameworks section
1 parent 8a3c23c commit dd27c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,7 @@ _Libraries for testing codebases and generating test data._
25162516
- [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications.
25172517
- [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.
25182518
- [testsql](https://github.com/zhulongcheng/testsql) - Generate test data from SQL files before testing and clear it after finished.
2519+
- [tparse](https://github.com/mfridman/tparse) - CLI tool for summarizing go test output. Pipe friendly. Compatible with go test flags.
25192520
- [testza](https://github.com/MarvinJWendt/testza) - Full-featured test framework with nice colorized output.
25202521
- [trial](https://github.com/jgroeneveld/trial) - Quick and easy extendable assertions without introducing much boilerplate.
25212522
- [Tt](https://github.com/vcaesar/tt) - Simple and colorful test tools.

0 commit comments

Comments
 (0)