twisted.conch.test.test_recvline.HistoricRecvlineLoopbackMixin
class documentationtwisted.conch.test.test_recvline
(View In Hierarchy)
Known subclasses: twisted.conch.test.test_recvline.HistoricRecvlineLoopbackSSHTests, twisted.conch.test.test_recvline.HistoricRecvlineLoopbackStdioTests, twisted.conch.test.test_recvline.HistoricRecvlineLoopbackTelnetTests
Method | testUpArrow | Undocumented |
Method | test_DownArrowToPartialLineInHistory | Pressing down arrow to visit an entry that was added to the history by
pressing the up arrow instead of return does not raise a TypeError . |
Method | testDownArrow | Undocumented |
Pressing down arrow to visit an entry that was added to the history by
pressing the up arrow instead of return does not raise a TypeError
.
Returns | A defer.Deferred
that fires when b"done" is echoed back. | |
See Also | http://twistedmatrix.com/trac/ticket/9031 |