..
test_autoscaling
Tests: Tweaked a general test to be compatible with Boto 2.7, attribute check is redundant with a specific version-gated test.
2014-09-10 13:01:32 -07:00
test_cloudformation
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_core
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_dynamodb
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_dynamodb2
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_ec2
allow get_filter_value to return state of ami and test
2014-09-30 16:12:23 -04:00
test_elb
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_emr
Tests: Tweaked two tests to be version-gated to Boto 2.8+.
2014-09-10 13:29:45 -07:00
test_iam
Fixed py26 errors related to using assert_raises in tests.
2014-09-03 19:24:05 -04:00
test_route53
Fix route53 hosted zone id parsing.
2014-09-08 22:00:55 -04:00
test_s3
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_s3bucket_path
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_ses
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_sns
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_sqs
Support Python 3 using six
2014-08-28 10:57:43 -04:00
test_sts
Support Python 3 using six
2014-08-28 10:57:43 -04:00
__init__.py
from __future__ import unicode_literals
2014-08-27 11:33:55 -04:00
backport_assert_raises.py
from __future__ import unicode_literals
2014-08-27 11:33:55 -04:00
helpers.py
Tests: Fixed 'requires_boto_gte' to apply to target test only.
2014-09-10 12:49:20 -07:00