twisted.conch.recvline.TransportSequence - python examples

Here are the examples of the python api twisted.conch.recvline.TransportSequence taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

3 View Complete Implementation : test_recvline.py
Copyright MIT License
Author : wistbean
    def test_invalidSequence(self):
        """
        Initializing a L{recvline.TransportSequence} with no args
        raises an astertion.
        """
        self.astertRaises(astertionError, recvline.TransportSequence)