MCPcopy Index your code
hub / github.com/nodejs/node / test_suffixes

Method test_suffixes

deps/v8/tools/testrunner/objects/testcase.py:571–576  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

569 return self.full_name
570
571 def test_suffixes(self):
572 suffixes = self.origin.test_suffixes() if self.origin else []
573 current_suffix = self.processor.test_suffix(self)
574 if current_suffix:
575 suffixes.append(str(current_suffix))
576 return suffixes
577
578 @property
579 def rdb_test_id(self):

Callers 1

rdb_test_idMethod · 0.95

Calls 3

strFunction · 0.85
test_suffixMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected