Add fluentassert to Testing

This commit is contained in:
Robert Pająk 2022-10-22 23:40:16 +02:00 committed by Avelino
parent a7a5329ad1
commit 4c02bd4681

View File

@ -2228,6 +2228,7 @@ _Libraries for testing codebases and generating test data._
- [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test. - [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test.
- [endly](https://github.com/viant/endly) - Declarative end to end functional testing. - [endly](https://github.com/viant/endly) - Declarative end to end functional testing.
- [fixenv](https://github.com/rekby/fixenv) - Fixture manage engine, inspired by pytest fixtures. - [fixenv](https://github.com/rekby/fixenv) - Fixture manage engine, inspired by pytest fixtures.
- [fluentassert](https://github.com/fluentassert/verify) - Extensible, type-safe, fluent assertion Go library.
- [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework. - [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework.
- [frisby](https://github.com/verdverm/frisby) - REST API testing framework. - [frisby](https://github.com/verdverm/frisby) - REST API testing framework.
- [gherkingen](https://github.com/hedhyw/gherkingen) - BDD boilerplate generator and framework. - [gherkingen](https://github.com/hedhyw/gherkingen) - BDD boilerplate generator and framework.