func init() { … } // Test that RepoRootForImportPath determines the correct RepoRoot for a given importPath. // TODO(cmang): Add tests for SVN and BZR. func TestRepoRootForImportPath(t *testing.T) { … } // Test that vcs.FromDir correctly inspects a given directory and returns the // right VCS and repo directory. func TestFromDir(t *testing.T) { … } func TestIsSecure(t *testing.T) { … } func TestIsSecureGitAllowProtocol(t *testing.T) { … } func TestMatchGoImport(t *testing.T) { … } func TestValidateRepoRoot(t *testing.T) { … } var govcsTests … func TestGOVCS(t *testing.T) { … } var govcsErrors … func TestGOVCSErrors(t *testing.T) { … }