示例#1
0
def PathToNearestThirdPartyFolder_Failure_test():
    ok_(not PathToNearestThirdPartyFolder(os.path.expanduser('~')))
示例#2
0
def PathToNearestThirdPartyFolder_Success_test():
    ok_(PathToNearestThirdPartyFolder(os.path.abspath(__file__)))