Remove unused method

This commit is contained in:
jpic 2016-06-15 21:54:54 +02:00
parent 8b751ca249
commit c85403b736

View File

@ -19,10 +19,6 @@ class TestHTTPProtocol(TestCase):
self.tr = proto_helpers.StringTransport() self.tr = proto_helpers.StringTransport()
self.proto.makeConnection(self.tr) self.proto.makeConnection(self.tr)
def assertStartsWith(self, data, prefix):
real_prefix = data[:len(prefix)]
self.assertEqual(real_prefix, prefix)
def test_basic(self): def test_basic(self):
""" """
Tests basic HTTP parsing Tests basic HTTP parsing