You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommended best practice at Mattermost is to use github.com/stretchr/testify/mock to mock interfaces in unit tests. In other plugins, like Jira, we had been constrained by the flat plugin package layout, and the existing data structures made it difficult to break it into subpackages.
This plugin was set up to avoid these issues, and the functionality is more carefully packaged, so using github.com/stretchr/testify/mock should be easy(-er).
The text was updated successfully, but these errors were encountered:
…a single user" by added additional logging (#245)
* [MI-2664]:Fixed issue #244 on ms calender to add additional logging (#2)
* [MI-2664]:Fixed issue #244 on ms calender to add additional logging
* [MI-2664]:Added comment for skipping user
* [MI-2664]:Fixed unit test cases
* [MI-2664]:Fix lint errors
* [MI-2664]:Added conditional logging
* [MI-2664]:Added constants for limit
* [MI-2664]:Fixed review comments
* [MI-2664]:Fixed review comments
* [MI-2687]:Fixed review comments given by mattermost team on issue#244 of mscalender plugin (#3)
* [MI-2687]:Fixed review comments given by mattermost team on issue #244 of mscalender plugin
* [MI-2687]:Fixed unit test cases
* [MI-2687]:Fixed review fixes
* [MI-2705]:Added summary for status sync job (#4)
* [MI-2705]:Added summary for status sync job
* [MI-2705]:Fixed review comments
* Fixed lint errors (#243)
* [MI-2705]:Fixed review comments
* [MI-2705]:Fixed review comments
---------
Co-authored-by: Manoj Malik <manoj@brightscout.com>
* [MM-244]:Fixed lint errors
* [MM-244]:Added a check for summary to be nill
* [MM-244]:Added addtional check for user error
* [MM-244]:Fixed lint errors
* [MM-244]:Fixed review comments
---------
Co-authored-by: Manoj Malik <manoj@brightscout.com>
The recommended best practice at Mattermost is to use
github.com/stretchr/testify/mock
to mock interfaces in unit tests. In other plugins, like Jira, we had been constrained by the flat plugin package layout, and the existing data structures made it difficult to break it into subpackages.This plugin was set up to avoid these issues, and the functionality is more carefully packaged, so using
github.com/stretchr/testify/mock
should be easy(-er).The text was updated successfully, but these errors were encountered: