Beispiel #1
0
def test_git_is_not_installed(nonegit_mock):  # noqa
    assert not info.is_git_installed()
Beispiel #2
0
def test_git_is_installed(git_mock):  # noqa
    assert info.is_git_installed()
Beispiel #3
0
def test_git_is_wrongely_installed(nogit_mock):  # noqa
    assert not info.is_git_installed()
Beispiel #4
0
def test_git_is_not_installed(nonegit_mock):
    assert not info.is_git_installed()
Beispiel #5
0
def test_git_is_wrongely_installed(nogit_mock):
    assert not info.is_git_installed()
Beispiel #6
0
def test_git_is_installed(git_mock):
    assert info.is_git_installed()
Beispiel #7
0
def test_git_is_not_installed(nogit_mock):
    assert not info.is_git_installed()
Beispiel #8
0
def test_git_is_not_installed(nogit_mock):  # noqa
    assert not info.is_git_installed()