16 lines
302 B
Python
16 lines
302 B
Python
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 |