summaryrefslogtreecommitdiffstats
path: root/api/slackimport_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Channel link marker changed from ! to ~ (#4433)George Goldberg2016-11-031-2/+2
| | | Fixes PLT-4570
* Slack import unit tests (#4201)George Goldberg2016-10-121-0/+179
* Slack Import unit tests (for some functions). Covers the completely self contained functions in the Slack Importer that are straightforward to unit test. JSON processing functions are not yet unit tested. * Unit tests for Slack Import JSON parsing. This tests the 3 functions for parsing JSON, using a sample set of Slack data for posts, channels, and users.