MCPcopy Create free account
hub / github.com/catboost/catboost / add_subtest

Method add_subtest

library/python/pytest/yatest_tools.py:104–105  ·  view source on GitHub ↗
(self, subtest)

Source from the content-addressed store, hash-verified

102 return str(self)
103
104 def add_subtest(self, subtest):
105 self.subtests.append(subtest)
106
107 def setup_status(self, status, comment):
108 self.status = Status.BY_NAME[status or 'good']

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected