Mbed Host Tests
|
Go to the source code of this file.
Namespaces | |
mbed_host_tests.host_tests_plugins | |
Functions | |
def | mbed_host_tests.host_tests_plugins.call_plugin (type, capability, *args, **kwargs) |
Functional interface for host test plugin registry. More... | |
def | mbed_host_tests.host_tests_plugins.get_plugin_caps (type) |
Get list of all capabilities for plugin family with the same type. More... | |
def | mbed_host_tests.host_tests_plugins.get_plugin_info () |
Return plugins information. More... | |
def | mbed_host_tests.host_tests_plugins.print_plugin_info () |
Prints plugins' information in user friendly way. More... | |
Variables | |
mbed_host_tests.host_tests_plugins.HOST_TEST_PLUGIN_REGISTRY = host_test_registry.HostTestRegistry() | |