Conftest
aws_and_s3_credentials()
Mocked AWS Credentials for moto.
Source code in backend/archiver/flows/tests/conftest.py
7 8 9 10 11 12 13 14 15 16 |
|
mocked_s3(aws_and_s3_credentials)
Mock all AWS interactions Requires you to create your own boto3 clients
Source code in backend/archiver/flows/tests/conftest.py
19 20 21 22 23 24 25 26 |
|