moto/scripts/template/test/test_service.py.j2
2021-11-29 14:36:24 -01:00

10 lines
335 B
Django/Jinja

"""Unit tests for {{ escaped_service }}-supported APIs."""
import boto3
import sure # noqa # pylint: disable=unused-import
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