summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/plugintest/doc.go')
-rw-r--r--plugin/plugintest/doc.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/plugintest/doc.go b/plugin/plugintest/doc.go
new file mode 100644
index 000000000..69a51bd39
--- /dev/null
+++ b/plugin/plugintest/doc.go
@@ -0,0 +1,11 @@
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+// The plugintest package provides mocks that can be used to test plugins.
+//
+// The mocks are created using testify's mock package:
+// https://godoc.org/github.com/stretchr/testify/mock
+//
+// If you need to import the mock package, you can import it with
+// "github.com/mattermost/mattermost-server/plugin/plugintest/mock".
+package plugintest