summaryrefslogtreecommitdiffstats
path: root/plugin/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/plugin.go')
-rw-r--r--plugin/plugin.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/plugin.go b/plugin/plugin.go
index b14ab7ced..3150bf56a 100644
--- a/plugin/plugin.go
+++ b/plugin/plugin.go
@@ -9,4 +9,10 @@
// Plugins should define a type that implements some of the methods from the Hook interface, then
// pass an instance of that object into the rpcplugin package's Main function (See the HelloWorld
// example.).
+//
+// Testing
+//
+// To make testing plugins easier, you can use the plugintest package to create a mock API for your
+// plugin to interact with. See
+// https://godoc.org/github.com/mattermost/mattermost-server/plugin/plugintest
package plugin