pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

Add VCR or Betamax libraries? #213

Open maxachis opened 3 years ago

maxachis commented 3 years ago

https://github.com/kevin1024/vcrpy

https://github.com/betamaxpy/betamax

Both of these are used to mock HTTP interactions to "simplify and speedup testing".

Could be useful additions to our workflow -- can we do more research into them and see if they are?