Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayGitHub authored May 23, 2024
1 parent 4e189ac commit 42880d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The documentation of the provider can be found on the Terraform Registry Page <h
### Testing

Mocking:
Tests are co-located in the package next to the implementation. We use gomock (<https://github.com/golang/mock>) for mocking. Mocks are
Tests are co-located in the package next to the implementation.
We use gomock (<https://github.com/golang/mock>) for mocking. Mocks are
created using the *source mode*. All mocks are create in the `mock` package. To generate mocks you can use the helper script
`generate-mock-for-file <source-file>` from the root directory of this project.

Expand Down

0 comments on commit 42880d0

Please sign in to comment.