Example #1
0
 def test_get_ancestry(self):
     self.assertEqual([REPOS_URL, 12], wc.get_ancestry(self.path, self.wc))
Example #2
0
 def test_get_ancestry(self):
     self.assertEqual([self.repos_uri, 12],
                      wc.get_ancestry(self.path, self.wc))
Example #3
0
File: wc.py Project: vocho/openqnx
 def test_get_ancestry(self):
     self.assertEqual([REPOS_URL, 12], wc.get_ancestry(self.path, self.wc))
Example #4
0
 def test_get_ancestry(self):
     self.assertEqual([self.repos_uri, 12],
                      wc.get_ancestry(self.path, self.wc))