mirror of
https://github.com/django/daphne.git
synced 2024-11-11 10:36:39 +03:00
Remove unused method
This commit is contained in:
parent
8b751ca249
commit
c85403b736
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user