Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 391 Bytes

Contributing

Generating Mocks

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:

go generate ./...