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
Hi,
I am planing to use this library and I have one last standing question before being able to start the migration.
I am using arc to store images that I download from a source online.
arc
How does one prevent arc to perform HTTP requests in test environnement? Would that be possible to pass a in_memory client to the config?
in_memory
I guess I can use exvcr to record request and replay them during test but that's not ideal.
exvcr
How are you doing to test file upload with arc?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am planing to use this library and I have one last standing question before being able to start the migration.
I am using
arc
to store images that I download from a source online.How does one prevent
arc
to perform HTTP requests in test environnement? Would that be possible to pass ain_memory
client to the config?I guess I can use
exvcr
to record request and replay them during test but that's not ideal.How are you doing to test file upload with arc?
Thanks in advance.
The text was updated successfully, but these errors were encountered: