[Eventually...] Add tests for boto3
yifanwu opened this issue · 0 comments
yifanwu commented
What: As part of slicing the side effects, we should test for S3. Currently, I'm just testing it on my local machine.
As suggested by this SO post, the Stubber
from botocore
would have been a great candidate, but its apparently a known limitation that the stubber doesn't work for anything file related...
Possible Approaches: We might have to stub our own HTTP requests or just setup a test bucket? Neither seems great ¯_(ツ)_/¯ low pri for now.