jonwho / go-iex

IEX Cloud API client in Go
MIT License
6 stars 3 forks source link

granular VCR recordings #10

Closed jonwho closed 4 years ago

jonwho commented 5 years ago

currently every VCR recording will overwrite all yamls. causes commit history to be quite bloated

probably update recorder to be a command that accepts flags for which recordings

double check that VCR pkg first to see if it does this already

jonwho commented 4 years ago

give each test its own recorder for granularity