Started on batch

This commit is contained in:
Terry Cain 2017-09-26 17:37:26 +01:00
commit bba6d23eae
6 changed files with 73 additions and 0 deletions

View file

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