We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
Stubber
botocore
Possible Approaches: We might have to stub our own HTTP requests or just setup a test bucket? Neither seems great ¯_(ツ)_/¯ low pri for now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
frombotocore
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.
The text was updated successfully, but these errors were encountered: