Tests for twisted.conch.scripts.cftp.
| Class | SSHSessionTests | Tests for twisted.conch.scripts.cftp.SSHSession. |
| Class | ListingTests | Tests for lsLine, the function
which generates an entry for a file or directory in an SFTP ls
command's output. |
| Class | InMemorySSHChannel | Minimal implementation of a SSHChannel
like class which only reads and writes data from memory. |
| Class | FilesystemAccessExpectations | A test helper used to support expected filesystem access. |
| Class | InMemorySFTPClient | A filetransfer.FileTransferClient
which does filesystem operations in memory, without touching the local disc
or the network interface. |
| Class | InMemoryRemoteFile | An ISFTPFile
which handles all data in memory. |
| Class | StdioClientTests | Tests for cftp.StdioClient. |
| Class | FileTransferTestRealm | Undocumented |
| Class | SFTPTestProcess | Protocol for testing cftp. Provides an interface between Python (where all the tests are) and the cftp client process (which does the work that is being tested). |
| Class | CFTPClientTestBase | Undocumented |
| Class | OurServerCmdLineClientTests | Functional tests which launch a SFTP server over TCP on localhost and check cftp command line interface using a spawned process. |
| Class | OurServerBatchFileTests | Functional tests which launch a SFTP server over localhost and checks csftp in batch interface. |
| Class | OurServerSftpClientTests | Test the sftp server against sftp command line client. |