databricks-cli/internal/mocks/README.md

8 lines
259 B
Markdown

# Interface mocking
Use this directory to store mocks for interfaces in this repository.
Please use the same package structure for the mocks as the interface it is mocking.
See https://github.com/uber-go/mock for more information on how to generate mocks.