Closed closedLoop closed 3 months ago
Got it. Any suggestions on how to do this? I've integrated the data wrangling into the data collection process so would probably need to separate the data response from the wrangling (store in df and wrangle into tidy data format)?
Added data dir to tests to address this issue.
running
python -m pytest
yields three errors related to pulling in data from various APIsIn general unit tests shouldn't rely on external services. It would be better if we saved down some example data as a CSV that is stored in the repo.