2019-11-29 06:59:40 -05:00
|
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
|
|
|
// See LICENSE.txt for license information.
|
2018-08-08 06:07:38 -04:00
|
|
|
|
|
|
|
|
// 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
|
2023-06-11 01:24:35 -04:00
|
|
|
// "github.com/mattermost/mattermost/server/public/plugin/plugintest/mock".
|
2018-08-08 06:07:38 -04:00
|
|
|
package plugintest
|