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

View file

@ -0,0 +1,16 @@
from __future__ import unicode_literals
import sure # noqa
import moto.server as server
from moto import mock_batch
'''
Test the different server responses
'''
@mock_batch
def test_batch_list():
backend = server.create_backend_app("batch")
test_client = backend.test_client()
# do test