Hi all,
I've been working on this project in Go and wanted to figure out someway to run tests cross-platform.
Today I committed wrapping 'go test' calls in a 'golang:$tag' docker image. Has anyone else done this? (Or something else)
https://github.com/adamdecaf/cert-manage/blob/master/linux_test.go
评论:
adamdecaf:
Also, to get cross-platform integration testing under wraps I've written a wrapper around docker build/run.
https://github.com/adamdecaf/cert-manage/blob/master/test/docker.go
