Migrate mockery to packages feature (#29013)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5ebdea506f
Коммит
c90e562528
13
server/public/plugin/.mockery.yaml
Обычный файл
13
server/public/plugin/.mockery.yaml
Обычный файл
@@ -0,0 +1,13 @@
|
||||
with-expecter: false
|
||||
packages:
|
||||
github.com/mattermost/mattermost/server/public/plugin:
|
||||
config:
|
||||
dir: "public/plugin/plugintest"
|
||||
filename: "{{.InterfaceNameLower}}.go"
|
||||
mockname: "{{.InterfaceName}}"
|
||||
outpkg: "plugintest"
|
||||
note: "Regenerate this file using `make plugin-mocks`."
|
||||
interfaces:
|
||||
API:
|
||||
Hooks:
|
||||
Driver:
|
||||
Ссылка в новой задаче
Block a user