Classes | |
class | TestMatchXML |
class | TestXacro |
class | TestXacroBase |
class | TestXacroCommentsIgnored |
class | TestXacroFunctions |
class | TestXacroInorder |
Functions | |
def | all_attributes_match (a, b) |
def | capture_stderr (function, args, kwargs) |
def | nodes_match (a, b, ignore_nodes) |
def | text_matches (a, b) |
def | text_values_match (a, b) |
def | xml_matches (a, b, ignore_nodes=[]) |
Variables | |
whitespace = re.compile(r'\s+') | |
def test.test_xacro.all_attributes_match | ( | a, | |
b | |||
) |
Definition at line 55 of file test_xacro.py.
def test.test_xacro.capture_stderr | ( | function, | |
args, | |||
kwargs | |||
) |
Definition at line 154 of file test_xacro.py.
def test.test_xacro.nodes_match | ( | a, | |
b, | |||
ignore_nodes | |||
) |
Definition at line 80 of file test_xacro.py.
def test.test_xacro.text_matches | ( | a, | |
b | |||
) |
Definition at line 74 of file test_xacro.py.
def test.test_xacro.text_values_match | ( | a, | |
b | |||
) |
Definition at line 27 of file test_xacro.py.
def test.test_xacro.xml_matches | ( | a, | |
b, | |||
ignore_nodes = [] |
|||
) |
Definition at line 131 of file test_xacro.py.
test.test_xacro.whitespace = re.compile(r'\s+') |
Definition at line 25 of file test_xacro.py.