generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
need: discussionWe have to do some design work in a meetingWe have to do some design work in a meeting
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
need: discussionWe have to do some design work in a meetingWe have to do some design work in a meeting