module documentation
Class AgentClientFailureTests No class docstring; 1/1 method documented
Class AgentIdentityRequestsTests Test operations against a server with identities already loaded.
Class AgentKeyAdditionTests Test adding different flavors of keys to an agent.
Class AgentKeyRemovalTests Test support for removing keys in a remote server.
Class AgentTestBase Tests for SSHAgentServer/Client.
Class ClientWithBrokenServerTests verify error handling code in the client using a misbehaving server
Class CorruptServer A misbehaving server that returns bogus response op codes so that we can verify that our callbacks that deal with these op codes handle such miscreants.
Class ServerProtocolContractWithFactoryTests The server protocol is stateful and so uses its factory to track state across requests. This test asserts that the protocol raises if its factory doesn't provide the necessary storage for that state.
Class StubFactory Mock factory that provides the keys attribute required by the SSHAgentServerProtocol
Class UnimplementedVersionOneServerTests Tests for methods with no-op implementations on the server. We need these for clients, such as openssh, that try v1 methods before going to v2.