- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 29字
- 2021-06-30 19:02:54
Tests
For unit testing, use the testify: (https://github.com/stretchr/testify). It is a simple library which accrues in both assertions and mocks. For functional testing, use the default Go library.