moto/scripts/template/test/test_service.py.j2

10 lines
335 B
Plaintext
Raw Normal View History

"""Unit tests for {{ escaped_service }}-supported APIs."""
import boto3
2021-10-21 15:13:43 +00:00
import sure # noqa # pylint: disable=unused-import
from moto import mock_{{ escaped_service }}
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