class documentation

class TestGetTransportAndPath(TestCase):

View In Hierarchy

Undocumented

Method test_error Undocumented
Method test_git_ssh_explicit Undocumented
Method test_http Undocumented
Method test_http_auth Undocumented
Method test_http_auth_with_username Undocumented
Method test_http_auth_with_username_and_in_url Undocumented
Method test_http_no_auth Undocumented
Method test_local Undocumented
Method test_local_abs_windows_path Undocumented
Method test_ssh_abspath_doubleslash Undocumented
Method test_ssh_explicit Undocumented
Method test_ssh_host Undocumented
Method test_ssh_host_relpath Undocumented
Method test_ssh_implicit Undocumented
Method test_ssh_port Undocumented
Method test_ssh_port_explicit Undocumented
Method test_ssh_relpath Undocumented
Method test_ssh_user_host Undocumented
Method test_ssh_user_host_relpath Undocumented
Method test_tcp Undocumented
Method test_tcp_port Undocumented
Method test_username_and_port_explicit Undocumented
Method test_username_and_port_explicit_unknown_scheme Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def test_error(self):

Undocumented

def test_git_ssh_explicit(self):

Undocumented

def test_http(self):

Undocumented

def test_http_auth(self):

Undocumented

def test_http_auth_with_username(self):

Undocumented

def test_http_auth_with_username_and_in_url(self):

Undocumented

def test_http_no_auth(self):

Undocumented

def test_local(self):

Undocumented

@skipIf((sys.platform != 'win32'), 'Behaviour only happens on windows.')
def test_local_abs_windows_path(self):

Undocumented

def test_ssh_abspath_doubleslash(self):

Undocumented

def test_ssh_explicit(self):

Undocumented

def test_ssh_host(self):

Undocumented

def test_ssh_host_relpath(self):

Undocumented

def test_ssh_implicit(self):

Undocumented

def test_ssh_port(self):

Undocumented

def test_ssh_port_explicit(self):

Undocumented

def test_ssh_relpath(self):

Undocumented

def test_ssh_user_host(self):

Undocumented

def test_ssh_user_host_relpath(self):

Undocumented

def test_tcp(self):

Undocumented

def test_tcp_port(self):

Undocumented

def test_username_and_port_explicit(self):

Undocumented

def test_username_and_port_explicit_unknown_scheme(self):

Undocumented