Add ELB server test

This commit is contained in:
Steve Pulec 2013-07-22 22:56:02 -04:00
commit befcadc7fc
2 changed files with 17 additions and 0 deletions

View file

@ -5,6 +5,7 @@ from werkzeug.routing import BaseConverter
from moto.dynamodb import dynamodb_backend # flake8: noqa
from moto.ec2 import ec2_backend # flake8: noqa
from moto.elb import elb_backend # flake8: noqa
from moto.s3 import s3_backend # flake8: noqa
from moto.ses import ses_backend # flake8: noqa
from moto.sqs import sqs_backend # flake8: noqa