FreeTwitch/test.py

8 lines
220 B
Python

from FreeTwitch.response_metadata import ResponseMetadata
response = """Content-Type: api/response
Content-Length: 28"""
response_metadata = ResponseMetadata.from_string(response)
assert response_metadata.length == 28