Public Member Functions | |
def | setUp (self) |
def | test_cli (self, amazon_polly_class_mock) |
def | test_defaults (self, boto3_session_class_mock) |
def | test_good_synthesis_with_default_args (self, boto3_session_class_mock) |
def | test_init (self, boto3_session_class_mock) |
def | test_polly_raises (self, boto3_session_class_mock) |
Definition at line 23 of file test_unit_polly.py.
def test_unit_polly.TestPolly.setUp | ( | self | ) |
important: import tts which is a relay package:: devel/lib/python2.7/dist-packages/ +-- tts | +-- __init__.py +-- ... per http://docs.ros.org/api/catkin/html/user_guide/setup_dot_py.html: A relay package is a folder with an __init__.py folder and nothing else. Importing this folder in python will execute the contents of __init__.py, which will in turn import the original python modules in the folder in the sourcespace using the python exec() function.
Definition at line 25 of file test_unit_polly.py.
def test_unit_polly.TestPolly.test_cli | ( | self, | |
amazon_polly_class_mock | |||
) |
Definition at line 167 of file test_unit_polly.py.
def test_unit_polly.TestPolly.test_defaults | ( | self, | |
boto3_session_class_mock | |||
) |
Definition at line 52 of file test_unit_polly.py.
def test_unit_polly.TestPolly.test_good_synthesis_with_default_args | ( | self, | |
boto3_session_class_mock | |||
) |
Definition at line 66 of file test_unit_polly.py.
def test_unit_polly.TestPolly.test_init | ( | self, | |
boto3_session_class_mock | |||
) |
Definition at line 44 of file test_unit_polly.py.
def test_unit_polly.TestPolly.test_polly_raises | ( | self, | |
boto3_session_class_mock | |||
) |
Definition at line 118 of file test_unit_polly.py.