Description
Tests should be clean and self contained. Fetch tests still have the mock helper lib that only helps to obfuscate much of the code.
We want to refactor the tests to :
- remove the mock helper
- cook up a series of small stubs (s3, dataframe) that can be used easily and modularly through all of the fetch tests.
Why?
The fetch tests are more brittle and harder to maintain than we would like at this time. This helps future us!
Description
Tests should be clean and self contained. Fetch tests still have the mock helper lib that only helps to obfuscate much of the code.
We want to refactor the tests to :
Why?
The fetch tests are more brittle and harder to maintain than we would like at this time. This helps future us!