.. |
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
|
Add SNS topics to cloudformation.
|
2015-01-17 19:48:08 -05:00 |
test_cloudwatch
|
Fix merge conflicts for cloudwatch.
|
2014-10-30 23:51:09 -04:00 |
test_core
|
Allow for class-based decorator. Closes #157
|
2014-11-16 19:05:28 -05:00 |
test_dynamodb
|
Remove dynamodb Py3 boto restrictions since we only test newer boto now.
|
2014-11-27 08:03:47 -05:00 |
test_dynamodb2
|
Start to add basic support for dynamodb2 item updating. Closes #16.
|
2014-11-29 22:03:29 -05:00 |
test_ec2
|
Cleanup EC2 launch time code a bit.
|
2015-01-19 13:44:15 -05:00 |
test_elb
|
Add multi-region ELB test.
|
2014-11-16 18:00:04 -05: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
|
Adding put_role_policy, get_role_policy, and list_role_policies, update_assume_role_policy
|
2014-11-30 20:11:13 -08:00 |
test_kinesis
|
Add more shard iterator types.
|
2014-11-26 20:49:21 -05:00 |
test_rds
|
Skip some tests for py3 since boto is not compatible yet.
|
2015-01-11 16:39:39 -05:00 |
test_rds2
|
Uncomment existing subnet groups test and add more assertions.
|
2015-01-26 15:39:34 -05:00 |
test_redshift
|
Add invalid subnet test.
|
2014-11-23 23:20:02 -05:00 |
test_route53
|
Add route53 health checks.
|
2015-01-17 19:06:43 -05:00 |
test_s3
|
Add S3 location response. Closes #279.
|
2014-12-10 20:44:00 -05:00 |
test_s3bucket_path
|
Cleanup some incorrect date formats.
|
2014-11-29 23:34:40 -05:00 |
test_ses
|
Support Python 3 using six
|
2014-08-28 10:57:43 -04:00 |
test_sns
|
Cleanup some incorrect date formats.
|
2014-11-29 23:34:40 -05:00 |
test_sqs
|
Fixes for multi-region SQS.
|
2014-11-16 17:57:46 -05:00 |
test_sts
|
Cleanup some incorrect date formats.
|
2014-11-29 23:34:40 -05: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
|
Skip some tests for py3 since boto is not compatible yet.
|
2015-01-11 16:39:39 -05:00 |