Skip to content

Commit

Permalink
remove dead mock code (#145)
Browse files Browse the repository at this point in the history
* remove dead mock code

* doc generating mocks

* delete a phrase
  • Loading branch information
mfleader authored Sep 19, 2024
1 parent 2957b00 commit 06b876b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 76 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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:

```shell
go generate ./...
```
76 changes: 0 additions & 76 deletions mocks/mock_ce_client/mock_ce_client.go

This file was deleted.

0 comments on commit 06b876b

Please sign in to comment.