Public Member Functions | |
def | test_reload (self) |
def | test_reload_with_duplication (self) |
def | test_reload_with_redefinition (self) |
Unittests of the load_dsdl method.
Definition at line 18 of file test_load_dsdl.py.
def dsdl.test_load_dsdl.TestLoadDsdl.test_reload | ( | self | ) |
Test calling load_dsdl again (after it is called by the uavcan module)
Definition at line 23 of file test_load_dsdl.py.
def dsdl.test_load_dsdl.TestLoadDsdl.test_reload_with_duplication | ( | self | ) |
Test calling load_dsdl with paths that contain the same type.
Definition at line 45 of file test_load_dsdl.py.
def dsdl.test_load_dsdl.TestLoadDsdl.test_reload_with_redefinition | ( | self | ) |
Test calling load_dsdl with paths that contain two different types with the same id.
Definition at line 33 of file test_load_dsdl.py.