Beispiel #1
0
def gitdata_path():
    """ return path of gitdata file """
    return os.path.join(git_root(), '.gitdata')
Beispiel #2
0
    def test_git_root(self):

        self.assertEqual(self.tempdir, git_root())