moto/scripts/template/test/test_service.py.j2
kbalk 180a48751d
Minor updates to scaffold.py (#4213)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-24 16:49:45 +01:00

13 lines
252 B
Django/Jinja

"""Unit tests for {{ escaped_service }}-supported APIs."""
import boto3
import sure # noqa
from moto import mock_{{ escaped_service }}
@mock_{{ escaped_service }}
def test_list():
"""Test input/output of the list API."""
# do test
pass