Ejemplo n.º 1
0
def test_makeRelativePath_win_only(cur_dir, target_path, result):
    assert makeRelativePath(cur_dir, target_path) == result
Ejemplo n.º 2
0
def test_makeRelativePath_win_only(cur_dir, target_path, result):
    assert makeRelativePath(cur_dir, target_path) == result
Ejemplo n.º 3
0
def test_makeRelativePath(cur_dir, target_path, result):
    if result:
        result = os.path.normpath(result)
    assert makeRelativePath(cur_dir, target_path) == result
Ejemplo n.º 4
0
def test_makeRelativePath(cur_dir, target_path, result):
    if result:
        result = os.path.normpath(result)
    assert makeRelativePath(cur_dir, target_path) == result