Searched refs:nodeid_to_method_name (Results 1 – 3 of 3) sorted by relevance
10 from atf_python.utils import nodeid_to_method_name20 cleanup_name = "cleanup_{}".format(nodeid_to_method_name(self.nodeid))154 method_name = nodeid_to_method_name(obj.nodeid)
20 from atf_python.utils import nodeid_to_method_name173 self._runtest_name(nodeid_to_method_name(self.test_id), test_data)
14 def nodeid_to_method_name(nodeid: str) -> str: function