mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Includes arch go into Testing section (#5309)
Co-authored-by: Francisco Daines <francisco.daines@mercadolibre.cl>
This commit is contained in:
parent
c4ff83e603
commit
bce9bfdc84
@ -2367,8 +2367,8 @@ _Libraries for testing codebases and generating test data._
|
|||||||
### Testing Frameworks
|
### Testing Frameworks
|
||||||
|
|
||||||
- [apitest](https://apitest.dev) - Simple and extensible behavioural testing library for REST based services or HTTP handlers that supports mocking external http calls and rendering of sequence diagrams.
|
- [apitest](https://apitest.dev) - Simple and extensible behavioural testing library for REST based services or HTTP handlers that supports mocking external http calls and rendering of sequence diagrams.
|
||||||
|
- [arch-go](https://github.com/fdaines/arch-go) - Architecture testing tool for Go projects.
|
||||||
- [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions.
|
- [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions.
|
||||||
- [badio](https://github.com/cavaliercoder/badio) - Extensions to Go's `testing/iotest` package.
|
|
||||||
- [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy.
|
- [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy.
|
||||||
- [be](https://github.com/carlmjohnson/be) - The minimalist generic test assertion library.
|
- [be](https://github.com/carlmjohnson/be) - The minimalist generic test assertion library.
|
||||||
- [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
|
- [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
|
||||||
|
Loading…
Reference in New Issue
Block a user