moto/tests
Clint Ecker c18e0cc82e Enhanced SQS support
- Support for delaying messages
- Support for visibility timeouts
- Support for actually deleting messages
- Support for message bodies longer than 27 characters
- Support for message attributes
- Support for accurate queue attributes

Caveats:

- All message attributes are returned regardless of whether or not
attributes were requested when reading messages
- I’m not sure why messages longer than 27 characters were breaking in
my tests. Boto seems to expect the body to be base64 encoded and bodies
less than 27 characters would be fine, but if I attempted to use a
larger body it would mangle the content. I now base64 encode the body
if the raw string is longer than 27 characters and all is fine.
2014-06-20 15:00:36 -05:00
..
test_autoscaling Fix tests when using a working boto version 2014-04-25 16:18:26 -04:00
test_cloudformation Fix merge conflicts. Add basic cloudformation support. Closes #111. 2014-03-27 19:12:53 -04:00
test_core Add more test coverage for the server. 2014-03-30 12:05:38 -04:00
test_dynamodb Clean up querystring logic. 2013-12-29 21:50:25 -05:00
test_dynamodb2 tests for reverse query order 2014-03-03 13:49:08 -08:00
test_ec2 Merge pull request #138 from IlyaSukhanov/master 2014-06-17 22:28:16 -04:00
test_elb Clean up querystring logic. 2013-12-29 21:50:25 -05:00
test_emr Clean up querystring logic. 2013-12-29 21:50:25 -05:00
test_iam Fix merge conflicts. Add basic cloudformation support. Closes #111. 2014-03-27 19:12:53 -04:00
test_route53 Updated test_route53.test_rrset() for batch update 2014-02-03 12:37:57 -05:00
test_s3 Implemeted bucket.delete_keys closes #124 2014-05-06 17:21:33 -04:00
test_s3bucket_path Cleanup S3 a bit and add more coverage 2014-03-30 11:50:36 -04:00
test_ses Clean up querystring logic. 2013-12-29 21:50:25 -05:00
test_sns Add basic SNS support. 2014-05-11 22:56:44 -04:00
test_sqs Enhanced SQS support 2014-06-20 15:00:36 -05:00
test_sts add unit tests for get_federation_token 2014-03-20 18:46:03 +02:00
__init__.py Merge in autoscaling 2013-07-27 16:24:38 -04:00
helpers.py Make tests.helpers.requires_boto_gte() return the test function rather than calling it 2014-01-24 10:45:39 -05:00