databricks-cli/internal/mocks
Pieter Noordhuis 4073e45d4b
Use mockery to generate mocks compatible with testify/mock (#1190)
## Changes

This is the same approach we use in the Go SDK.

## Tests

Tests pass.
2024-02-08 15:18:53 +00:00
..
libs/filer Use mockery to generate mocks compatible with testify/mock (#1190) 2024-02-08 15:18:53 +00:00
README.md Use mockery to generate mocks compatible with testify/mock (#1190) 2024-02-08 15:18:53 +00:00

README.md

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.

Refresh mocks by running:

go run github.com/vektra/mockery/v2@b9df18e0f7b94f0bc11af3f379c8a9aea1e1e8da