Added AWS DataSync mocks and tests
This commit is contained in:
parent
c02c0e4033
commit
97c20dd11d
10 changed files with 544 additions and 208 deletions
|
|
@ -6,9 +6,13 @@ from moto.core.responses import BaseResponse
|
|||
from moto.core.utils import amz_crc32, amzn_request_id
|
||||
from six.moves.urllib.parse import urlparse
|
||||
|
||||
from .exceptions import (EmptyBatchRequest, InvalidAttributeName,
|
||||
MessageAttributesInvalid, MessageNotInflight,
|
||||
ReceiptHandleIsInvalid)
|
||||
from .exceptions import (
|
||||
EmptyBatchRequest,
|
||||
InvalidAttributeName,
|
||||
MessageAttributesInvalid,
|
||||
MessageNotInflight,
|
||||
ReceiptHandleIsInvalid,
|
||||
)
|
||||
from .models import sqs_backends
|
||||
from .utils import parse_message_attributes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue