8 lines
282 B
Django/Jinja
8 lines
282 B
Django/Jinja
"""Unit tests for {{ escaped_service }}-supported APIs."""
|
|
import boto3
|
|
|
|
from moto import mock_{{ escaped_service }}
|
|
|
|
# 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
|