示例#1
0
def test_looks_like_path_win(args, expected):
    assert _looks_like_path(args) == expected
示例#2
0
文件: test_req.py 项目: hrnciar/pip
def test_looks_like_path_win(args: str, expected: bool) -> None:
    assert _looks_like_path(args) == expected