Interface for using rostest from other Python code as well as running 
  Python unittests with additional reporting mechanisms and rosbuild 
  (CMake) integration.
    | 
       
     | 
      
      
     | 
  
    | 
      xmlrpclib.ServerProxy
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          is_publisher(topic,
        publisher_id) 
      Predicate to check whether or not master think publisher_id publishes
      topic :returns: ``True`` if still register as a publisher, ``bool`` 
      :raises: IOError If communication with master fails | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          rosrun(package,
        test_name,
        test,
        sysargs=None) 
      Run a rostest/unittest-based integration test. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          run(package,
        test_name,
        test,
        sysargs=None) 
      Run a rostest/unittest-based integration test. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          unitrun(*args,
        **kwargs) 
      Wrapper routine from running python unitttests with JUnit-compatible 
      XML output. | 
          
            source code
            
           | 
         
       
      
     |