Skip to content

Enhancement request: allow removal of repeat=True #252

@rlippmann

Description

@rlippmann

First of all, thanks for this awesome package!

I was looking for a way to remove responses where repeat = True.

My rationale is that I set up pytest fixtures which mock a server working correctly. Generally I just set repeat = True for most cases (i.e. successful login/logout, poll of data from website, etc). But for failure cases I need to create whole new fixtures. It would be easier if I could just pop the repeat = True response and replace it for the test.

I could go in, find the corresponding _requests entry and remove it, but I'd rather not use private objects.

TIA

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