class documentation

class MockSFTP: (source)

View In Hierarchy

Class managing mocked SFTP remote state. Used in start/stop fashion in eg doctests; wrapped in the SFTP fixtures in conftest.py for main use. .. versionadded:: 2.1

Method __init__ Undocumented
Method start Undocumented
Method stop Undocumented
Instance Variable client_patcher Undocumented
Instance Variable os_patcher Undocumented
Instance Variable path_patcher Undocumented
def __init__(self, autostart=True): (source)

Undocumented

def start(self): (source)

Undocumented

def stop(self): (source)

Undocumented

client_patcher = (source)

Undocumented

os_patcher = (source)

Undocumented

path_patcher = (source)

Undocumented