summaryrefslogtreecommitdiffstats
path: root/cmd/platform/cli_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve test coverage reporting / accuracy (#7819)Chris2017-11-131-287/+0
| | | | | | | | | | * improve test coverage reporting / accuracy * handle absolute coverpaths * move tests into multiple files * rename codecov.yml (https://github.com/codecov/support/issues/426)
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-121-0/+287
* use tmpfs containers for api/api4, move and speed up cli tests * minor optimizations * add missing files, fix pre-existing race condition * add . to TestMain check * add requested log message