2021-08-24 15:49:45 +00:00
|
|
|
"""Unit tests for {{ escaped_service }}-supported APIs."""
|
2017-09-19 18:14:14 +00:00
|
|
|
import boto3
|
2021-08-24 15:49:45 +00:00
|
|
|
|
2017-10-24 18:45:39 +00:00
|
|
|
from moto import mock_{{ escaped_service }}
|
2017-09-19 18:14:14 +00:00
|
|
|
|
2021-11-29 15:36:24 +00: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
|