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
I should be able to manually run a test like so:
% bazel run //infrastructure/tools/aws:localstack % docker run --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack:bazel % pytest
to execute a test that expects to talk to AWS APIs, without any network connection.
We may also give guidance about using the Testcontainers library to make the test fixture bring up the containers when the test starts.
The text was updated successfully, but these errors were encountered:
Worth looking at rules_itest, which can probably help to orchestrate these 3 actions.
Sorry, something went wrong.
No branches or pull requests
I should be able to manually run a test like so:
to execute a test that expects to talk to AWS APIs, without any network connection.
We may also give guidance about using the Testcontainers library to make the test fixture bring up the containers when the test starts.
The text was updated successfully, but these errors were encountered: