patrys / httmock

A mocking library for requests
Other
468 stars 57 forks source link

Accessing Content After Calling Close Should Return '' if stream=True #47

Open cancan101 opened 8 years ago

cancan101 commented 8 years ago

If stream=True and close() is called before reading the content, then the returned content should be the empty string.