Skip to content

Allow content=None when stream=True #46

@cancan101

Description

@cancan101

Right now if content=None when stream=True, then you get:

  File "/Users/alex/.virtualenvs/media/lib/python2.7/site-packages/httmock.py", line 194, in intercept
    stream=kwargs.get('stream', False))
  File "/Users/alex/.virtualenvs/media/lib/python2.7/site-packages/httmock.py", line 63, in response
    res.raw = BytesIO(content)
TypeError: must be string or buffer, not None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions