mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Adding testcerts to Testing Section (#5313)
Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
aeb758e11e
commit
48dd33dbbf
@ -2379,6 +2379,7 @@ _Libraries for testing codebases and generating test data._
|
|||||||
- [schema](https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses.
|
- [schema](https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses.
|
||||||
- [stop-and-go](https://github.com/elgohr/stop-and-go) - Testing helper for concurrency.
|
- [stop-and-go](https://github.com/elgohr/stop-and-go) - Testing helper for concurrency.
|
||||||
- [testcase](https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development.
|
- [testcase](https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development.
|
||||||
|
- [testcerts](https://github.com/madflojo/testcerts) - Dynamically generate self-signed certificates and certificate authorities within your test functions.
|
||||||
- [testcontainers-go](https://github.com/testcontainers/testcontainers-go) - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
|
- [testcontainers-go](https://github.com/testcontainers/testcontainers-go) - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
|
||||||
- [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications.
|
- [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications.
|
||||||
- [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.
|
- [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.
|
||||||
|
Loading…
Reference in New Issue
Block a user