Nearly finished Polly implementation

This commit is contained in:
Terry Cain 2017-09-26 16:46:18 +01:00
commit fcacecbef0
12 changed files with 520 additions and 3 deletions

View file

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