예제 #1
0
 def test_fullusage(self):
     from rosmsg import MODE_MSG
     text = rosmsg.fullusage(MODE_MSG)
     self.assert_("Commands" in text)
     cmds = ['show', 'md5', 'package', 'packages']
     for c in cmds:
         self.assert_(c in text)
예제 #2
0
파일: test_rosmsg.py 프로젝트: Aand1/ROSCH
 def test_fullusage(self):
     from rosmsg import MODE_MSG
     text = rosmsg.fullusage(MODE_MSG)
     self.assert_("Commands" in text)
     cmds = ['show', 'md5', 'package', 'packages']
     for c in cmds:
         self.assert_(c in text)
예제 #3
0
 def test_fullusage(self):
     text = rosmsg.fullusage('rosmsg')
     self.assert_("Commands" in text)
     cmds = ['show', 'users', 'md5', 'package', 'packages']
     for c in cmds:
         self.assert_(c in text)
예제 #4
0
 def test_fullusage(self):
     text = rosmsg.fullusage('rosmsg')
     self.assert_("Commands" in text)
     cmds = ['show', 'users', 'md5', 'package', 'packages']
     for c in cmds:
         self.assert_(c in text)