kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing
MIT License
2.72k stars 388 forks source link

Deduped requests in cassettes #603

Open iloveitaly opened 3 years ago

iloveitaly commented 3 years ago

I modified this PR to support deduplicating requests in a cassette. This will help users eliminate this issue caused by duplicate recorded requests in a cassette.

I couldn't figure out to run save_cassette in a test, but I included my (broken) test code in case someone else can point me in the right direction or collaborate on this PR.

iloveitaly commented 3 years ago

@IvanMalison curious what you think of this PR!

iloveitaly commented 3 years ago

@kevin1024 friendly reminder here! Happy to help maintain this repo if you’d like to add me as a maintainer.

kevin1024 commented 3 years ago

I would love to have another maintainer! Welcome to the team!

iloveitaly commented 3 years ago

@kevin1024 awesome, thank you! I'll try to review some PRs soon.

Any ideas on how to fix my test code?