예제 #1
0
파일: test_vcs.py 프로젝트: Martinn1996/pip
def test_ensure_svn_available():
    """Make sure that svn is available when running in Travis."""
    assert is_svn_installed()
예제 #2
0
def test_ensure_svn_available() -> None:
    """Make sure that svn is available when running in CI."""
    assert is_svn_installed()
예제 #3
0
파일: test_vcs.py 프로젝트: pypa/pip
def test_ensure_svn_available():
    """Make sure that svn is available when running in Travis."""
    assert is_svn_installed()