Public Member Functions | |
def | setUp (self) |
def | test_bad_engine (self, polly_class_mock) |
def | test_cli_engine_dispatching_1 (self, speech_synthesizer_class_mock) |
def | test_cli_engine_dispatching_2 (self, speech_synthesizer_class_mock) |
def | test_cli_engine_dispatching_3 (self, speech_synthesizer_class_mock) |
def | test_cli_help_message (self) |
def | test_good_synthesis_with_mostly_default_args_using_polly_lib (self, polly_class_mock) |
def | test_init (self) |
def | test_synthesis_with_bad_metadata_using_polly_lib (self, polly_class_mock) |
Definition at line 22 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.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 24 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_bad_engine | ( | self, | |
polly_class_mock | |||
) |
Definition at line 95 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_cli_engine_dispatching_1 | ( | self, | |
speech_synthesizer_class_mock | |||
) |
Definition at line 118 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_cli_engine_dispatching_2 | ( | self, | |
speech_synthesizer_class_mock | |||
) |
Definition at line 128 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_cli_engine_dispatching_3 | ( | self, | |
speech_synthesizer_class_mock | |||
) |
Definition at line 137 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_cli_help_message | ( | self | ) |
Definition at line 109 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_good_synthesis_with_mostly_default_args_using_polly_lib | ( | self, | |
polly_class_mock | |||
) |
Definition at line 48 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_init | ( | self | ) |
Definition at line 42 of file test_unit_synthesizer.py.
def test_unit_synthesizer.TestSynthesizer.test_synthesis_with_bad_metadata_using_polly_lib | ( | self, | |
polly_class_mock | |||
) |
Definition at line 79 of file test_unit_synthesizer.py.