move helper script to scripts dir and add one to Makefile

This commit is contained in:
Toshiya Kawasaki 2017-09-22 19:23:10 +09:00
commit 4cc4b36f15
9 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,11 @@
from __future__ import unicode_literals
import boto3
import sure # noqa
from moto import mock_{{ service }}
@mock_{{ service }}
def test_list():
# do test
pass