moto/tests
Peter Van Bouwel 53fdf330ee Tests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval
from the resource, the tag are set on the instance.  Important is that the tags are set using create_tags but that
the presence is validated by getting the resource using either (get_all_volumes or get_all_instances).

When running the tests using nosetests it shows that the tags for the instances are correctly retrieved but the tags
for the volume are missing
2014-11-08 12:12:20 +01:00
..
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 enable cloudformation of NetworkInterface 2014-11-03 14:24:22 -05:00
test_cloudwatch Fix merge conflicts for cloudwatch. 2014-10-30 23:51:09 -04:00
test_core raise NotImplementedError on unknown metadata path 2014-10-15 13:43:38 -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 Tests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval 2014-11-08 12:12:20 +01: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 Add create_login_profile for iam service 2014-10-29 15:31:49 -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 test sqs with xml characters 2014-10-22 16:03:42 -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