You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: