2021-08-24 11:49:45 -04:00
|
|
|
"""Unit tests for {{ escaped_service }}-supported APIs."""
|
2017-09-20 03:14:14 +09:00
|
|
|
import boto3
|
2021-08-24 11:49:45 -04:00
|
|
|
|
2017-10-25 03:45:39 +09:00
|
|
|
from moto import mock_{{ escaped_service }}
|
2017-09-20 03:14:14 +09:00
|
|
|
|
2021-11-29 14:36:24 -01:00
|
|
|
# See our Development Tips on writing tests for hints on how to write good tests:
|
|
|
|
# http://docs.getmoto.org/en/latest/docs/contributing/development_tips/tests.html
|