As a developer, I would like to be able to selectively run tests, so I do not test code I did not modify.
As a developer, I would like to be able to selectively run tests, so I do not need to install tools I do not normally use (BZR, SVN, et al) just so I can get tests to pass when testing locally.
AC: "+build" tags added to *_test.go files, and CI config files to test all by default.