get_tests#

omni.kit.test.get_tests(tests_filter='') List#

Default function to get all current tests. It gets tests from all enabled extensions, but also includes include and exclude settings to filter them.

Parameters:

tests_filter (str) – Additional filter string to apply on list of tests.

Returns:

The list of tests.

Return type:

List