mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
commit
cbf12cabdc
|
@ -19,10 +19,6 @@ class TestHTTPProtocol(TestCase):
|
|||
self.tr = proto_helpers.StringTransport()
|
||||
self.proto.makeConnection(self.tr)
|
||||
|
||||
def assertStartsWith(self, data, prefix):
|
||||
real_prefix = data[:len(prefix)]
|
||||
self.assertEqual(real_prefix, prefix)
|
||||
|
||||
def test_basic(self):
|
||||
"""
|
||||
Tests basic HTTP parsing
|
||||
|
|
Loading…
Reference in New Issue
Block a user