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