Home
last modified time | relevance | path

Searched refs:class_method (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/btest/
Dbtest531 def find_module_for_class_method(class_method): argument
537 if class_method.startswith(path):
652 class_method = target_parts[1] if len(target_parts) > 1 else None
656 class_method = module
657 module = find_module_for_class_method(class_method)
659 …print("Could not find module or module not supported " + class_method + ". btest only supports a s…
661 new_targets.append((module, class_method))
789 for class_method in self.class_methods:
793 …-e tests_regex " + ".*".join([re.escape(re.escape(re.escape(s))) for s in class_method.split("*")])