def test_4_Ensure_ssh_agent_is_setup(self): assert is_agent_setup() is True
def test_04_Ensure_ssh_agent_is_setup(): assert is_agent_setup() is True
def test_07_Ensure_ssh_agent_is_setup(): assert is_agent_setup() is True
def test_07_Ensure_ssh_agent_is_setup(request): depends(request, ["ssh_password"]) assert is_agent_setup() is True