summaryrefslogtreecommitdiffstats
path: root/model/modeltestlib.go
Commit message (Collapse)AuthorAgeFilesLines
* platform/model: Don't pull in the "testing" package in normal builds (#6735)Adrien2017-06-261-51/+0
| | | | | | | Rename all files importing the "testing" package in "platform/model" so that they only get compiled in test builds. This avoids the side effects of the testing package (notably, defining some command line flags with the "flags" package) for codebases importing the model package.
* PLT-6112: Add some more unit tests to the model package (#6142)George Goldberg2017-04-201-0/+51
* Unit Tests for model/push_response.go * Unit tests for security_bulletin.go * Unit tests for webrtc.go * Unit tests for model/password_recovery.go * Add missing headers. * Unit tests for model/license.go * Tidy up existing tests. * Simplify JSON to/from tests. * Fix gofmt