mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Basic Assertion Library
Add https://github.com/bluesuncorp/assert - A Basic Assertion Library used along side native go testing, with building blocks for custom assertions
This commit is contained in:
parent
01bdd217ae
commit
def3b51563
@ -613,6 +613,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
*Libraries for testing codebases and generating test data.*
|
*Libraries for testing codebases and generating test data.*
|
||||||
|
|
||||||
* Testing Frameworks
|
* Testing Frameworks
|
||||||
|
* [assert](https://github.com/bluesuncorp/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions
|
||||||
* [assert](https://github.com/bmizerany/assert) - Asserts to Go testing
|
* [assert](https://github.com/bmizerany/assert) - Asserts to Go testing
|
||||||
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go
|
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go
|
||||||
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code
|
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code
|
||||||
|
Loading…
Reference in New Issue
Block a user