d3an / finviz

Go API for Finviz
https://github.com/d3an/finviz/wiki
MIT License
20 stars 3 forks source link

Add go-vcr package for scraper testing #22

Closed d3an closed 4 years ago

d3an commented 4 years ago

Add go-vcr package. This package is likely based on the pyvcr package for Python. Its incredibly useful for testing, permitting the avoidance of writing custom patch and mock objects.