Skip to content

Commit

Permalink
Update coding-style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindiu authored and vankichi committed Sep 13, 2023
1 parent 7c34637 commit da55038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/contributing/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -1405,4 +1405,6 @@ Since each package has its purpose, we decided to apply different strategies to
| ./pkg/{component}/service | Test only interface functions |
| ./pkg/{component}/usecase | Test only New() function |
For the unit test of other packages, please follow the [unit test guideline](./unit-test-guideline.md) for more details on how to implement good unit test.
For the rest of the `./pkg` packages, we decided to implement the unit test for the exported function only.
Please follow the [unit test guideline](./unit-test-guideline.md) for more details on how to implement good unit test.

0 comments on commit da55038

Please sign in to comment.