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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
264 B
Plaintext
Raw Normal View History

"""Unit tests for {{ escaped_service }}-supported APIs."""
import boto3
from moto import mock_aws
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