예제 #1
0
 def testSSH(self):
     self.assertEqual(GithubRevlink(self.revision, '[email protected]:buildbot/buildbot.git'),
                      self.url)
예제 #2
0
 def testHTTPS(self):
     self.assertEqual(GithubRevlink(self.revision, 'https://github.com/buildbot/buildbot.git'),
                      self.url)
예제 #3
0
 def testGIT(self):
     self.assertEqual(GithubRevlink(self.revision, 'git://github.com/buildbot/buildbot.git'),
                      self.url)
예제 #4
0
 def testSSHuri(self):
     self.assertEqual(GithubRevlink(self.revision, 'ssh://[email protected]/buildbot/buildbot.git'),
                      self.url)