You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,9 @@ make test
59
59
60
60
If writing unit tests, use the mocks generated by [GoMock](https://github.com/golang/mock) by running `make generate`.
61
61
62
-
If writing `pact` or integration tests, use the test implementations in [./internal/util/testutil](./internal/util/testutil).
62
+
If writing `pact`, integration, or smoke tests, use the test implementations in [./internal/util/testutil](./internal/util/testutil).
63
+
64
+
The organisation used by the smoke tests is `ide-consistent-ignores-test` in [https://app.dev.snyk.io](https://app.dev.snyk.io) and we are authenticating using a service account api key.
63
65
64
66
If you've changed any of the interfaces you may need to re-run `make generate` to generate the mocks again.
0 commit comments