toil.test.lib.aws.test_s3

Module Contents

Classes

S3Test

Confirm the workarounds for us-east-1.

Attributes

logger

toil.test.lib.aws.test_s3.logger
class toil.test.lib.aws.test_s3.S3Test(methodName='runTest')

Bases: toil.test.ToilTest

Confirm the workarounds for us-east-1.

s3_resource: mypy_boto3_s3.S3ServiceResource | None
bucket: mypy_boto3_s3.service_resource.Bucket | None
classmethod setUpClass()

Hook method for setting up class fixture before running tests in the class.

Return type:

None

test_create_bucket()

Test bucket creation for us-east-1.

Return type:

None

test_get_bucket_location_public_bucket()

Test getting buket location for a bucket we don’t own.

Return type:

None

classmethod tearDownClass()

Hook method for deconstructing the class fixture after running all tests in the class.

Return type:

None