Public Member Functions | |
def | test_builtin (self) |
def | test_duplicate_in_search_dir (self) |
def | test_redefinition_in_search_dir (self) |
Unittests of parse_namespaces function.
Definition at line 17 of file test_parser.py.
def dsdl.test_parser.TestParseNamespaces.test_builtin | ( | self | ) |
Test the ability to load all the UAVCAN v0 messages
Definition at line 22 of file test_parser.py.
def dsdl.test_parser.TestParseNamespaces.test_duplicate_in_search_dir | ( | self | ) |
Validate the parser allows and handles duplicate definitions in the search dir
Definition at line 29 of file test_parser.py.
def dsdl.test_parser.TestParseNamespaces.test_redefinition_in_search_dir | ( | self | ) |
Validate the parser does not allow redefinitions in the search dir
Definition at line 38 of file test_parser.py.