Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 398 Bytes

testing_code.md

File metadata and controls

7 lines (4 loc) · 398 Bytes

Testing code

All module projects should come with an automated test in a folder named as test.

Terratest framework is recommended for automated test, use testify as assertion library.

There are 3 types of [unit tests](./unit test.md), e2e tests and version upgrade tests