Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/
H A Datf_pytest.py10 from atf_python.utils import nodeid_to_method_name
20 cleanup_name = "cleanup_{}".format(nodeid_to_method_name(self.nodeid))
154 method_name = nodeid_to_method_name(obj.nodeid)
H A Dktest.py20 from atf_python.utils import nodeid_to_method_name
173 self._runtest_name(nodeid_to_method_name(self.test_id), test_data)
H A Dutils.py14 def nodeid_to_method_name(nodeid: str) -> str: function