summaryrefslogtreecommitdiffstats
path: root/cmd/platform/cmdtestlib.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variables / code (#7736)Chris2017-10-301-45/+0
| | | | | | * remove unused variables / code * fix bug in testPostStoreGetOldest
* PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-151-0/+45
* Fixed app.CreateUser not using the provided locale * Added initial unit tests for cmd package * Disabled unit tests while we move to 'go build'