Go to the source code of this file.
Classes | |
class | test_xacro.TestMatchXML |
class | test_xacro.TestTable |
class | test_xacro.TestUtils |
class | test_xacro.TestXacro |
class | test_xacro.TestXacroBase |
class | test_xacro.TestXacroCommentsIgnored |
class | test_xacro.TestXacroFunctions |
Namespaces | |
test_xacro | |
Functions | |
def | test_xacro.all_attributes_match (a, b) |
def | test_xacro.capture_stderr (function, *args, **kwargs) |
def | test_xacro.nodes_match (a, b, ignore_nodes) |
def | test_xacro.subTest (msg) |
def | test_xacro.text_matches (a, b) |
def | test_xacro.text_values_match (a, b) |
def | test_xacro.xml_matches (a, b, ignore_nodes=[]) |
Variables | |
test_xacro.whitespace = re.compile(r'\s+') | |