Beispiel #1
0
    def testGetRepositoryInfo(self):

        repository_path = P4Client.get_repository_info()
        if repository_path is None:
            print "Can't find p4 command."
        else:
            print repository_path