mirror of
				https://github.com/django/daphne.git
				synced 2025-10-30 15:27:36 +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.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