Exemplo n.º 1
0
 def test_4_Ensure_ssh_agent_is_setup(self):
     assert is_agent_setup() is True
Exemplo n.º 2
0
def test_04_Ensure_ssh_agent_is_setup():
    assert is_agent_setup() is True
Exemplo n.º 3
0
def test_07_Ensure_ssh_agent_is_setup():
    assert is_agent_setup() is True
Exemplo n.º 4
0
def test_07_Ensure_ssh_agent_is_setup(request):
    depends(request, ["ssh_password"])
    assert is_agent_setup() is True