From 5a2d46c6cbf992c8a8f155b27eb3b60807d8aed2 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 18 Jul 2018 16:35:12 -0700 Subject: MM-11028 Adding some plugin tests. (#9103) * Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a5e14bc5a..2782fbc9c 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,6 @@ ldap-mocks: ## Creates mock files for ldap. plugin-mocks: ## Creates mock files for plugins. go get github.com/vektra/mockery/... $(GOPATH)/bin/mockery -dir plugin -name API -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.' - $(GOPATH)/bin/mockery -dir plugin -name API -inpkg -output plugin -testonly -outpkg plugin -case underscore -note 'Regenerate this file using `make plugin-mocks`.' $(GOPATH)/bin/mockery -dir plugin -name Hooks -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.' pluginapi: ## Generates api and hooks glue code for plugins -- cgit v1.2.3-1-g7c22