module documentation
Undocumented
Function | create |
Create the unittest test runner with XML output @param test_pkg: package name @type test_pkg: str @param test_name: test name @type test_name: str @param is_rostest: if True, use naming scheme for rostest itself instead of individual unit test naming @type is_rostest: bool... |
Function | makedirs |
Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space. @param p: directory to create @type p: str... |
Function | printerrlog |
Undocumented |
Function | printlog |
Undocumented |
Function | printlog |
Undocumented |
Function | rostest |
Derive name of rostest based on file name/path. rostest follows a certain convention defined above. |
Function | xml |
@param test_pkg: name of test's package @type test_pkg: str @param test_name str: name of test @type test_name: str @param is_rostest: True if the results file is for a rostest-generated unit instance @type is_rostest: bool @return: name of xml results file for specified test @rtype: str... |
Constant | XML |
Undocumented |
Create the unittest test runner with XML output @param test_pkg: package name @type test_pkg: str @param test_name: test name @type test_name: str @param is_rostest: if True, use naming scheme for rostest itself instead of individual unit test naming @type is_rostest: bool
Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space. @param p: directory to create @type p: str
Derive name of rostest based on file name/path. rostest follows a certain convention defined above.
@return: name of test @rtype: str