test_sound_client.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 import unittest
4 
5 import rospy
6 import rostest
7 from sound_play.libsoundplay import SoundClient
8 
9 class TestCase(unittest.TestCase):
11  s = SoundClient()
12  self.assertIsNotNone(s)
13 
14 if __name__ == '__main__':
15  rostest.rosrun('sound_play', 'test_sound_client', TestCase)
16 
17 __author__ = 'Felix Duvallet'
This class is a helper class for communicating with the sound_play node via the sound_play.SoundRequest message.
Definition: libsoundplay.py:93


sound_play
Author(s): Blaise Gassend
autogenerated on Tue Mar 26 2019 02:30:56