toil.test.lib.aws.test_s3¶
Attributes¶
Classes¶
Confirm the workarounds for us-east-1. |
Module Contents¶
- 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.
- 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