
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | assert_matches (self, a, b) |
| def | quick_xacro (self, xml, cli=None, **kwargs) |
| def | run_xacro (self, input_path, *args) |
Public Attributes | |
| ignore_nodes | |
Definition at line 376 of file test_xacro.py.
| def test_xacro.TestXacroBase.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented in test_xacro.TestXacro, and test_xacro.TestXacroCommentsIgnored.
Definition at line 377 of file test_xacro.py.
| def test_xacro.TestXacroBase.assert_matches | ( | self, | |
| a, | |||
| b | |||
| ) |
Definition at line 381 of file test_xacro.py.
| def test_xacro.TestXacroBase.quick_xacro | ( | self, | |
| xml, | |||
cli = None, |
|||
| ** | kwargs | ||
| ) |
Definition at line 384 of file test_xacro.py.
| def test_xacro.TestXacroBase.run_xacro | ( | self, | |
| input_path, | |||
| * | args | ||
| ) |
Definition at line 396 of file test_xacro.py.
| test_xacro.TestXacroBase.ignore_nodes |
Definition at line 379 of file test_xacro.py.