summaryrefslogtreecommitdiffstats
path: root/model/modeltestlib_test.go
Commit message (Collapse)AuthorAgeFilesLines
* platform/model: Don't pull in the "testing" package in normal builds (#6735)Adrien2017-06-261-0/+51
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.