Skip to content

Commit

Permalink
doc generating mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Sep 9, 2024
1 parent ac43f23 commit 937ac89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

## Generating Mocks

As of writing, the mock objects are generated in this project's `mock` directory. When a given component is altered and its test suite depends upon a mock object new mocks need to be generated in the `mock` directory to replace the now outdated mocks.

To generate new mocks, while in this project's root directory execute this command:

```shell
go generate ./...
```

0 comments on commit 937ac89

Please sign in to comment.