MCPcopy Create free account
hub / github.com/boostorg/build / __registerTestId

Method __registerTestId

v2/test/configuration.py:98–102  ·  view source on GitHub ↗
(self, test_id)

Source from the content-addressed store, hash-verified

96 _env_set(env_name, previous_env)
97
98 def __registerTestId(self, test_id):
99 if test_id in self.__test_ids:
100 self.__assertionFailure("Multiple test cases encountered "
101 "using the same test id '%s'." % test_id)
102 self.__test_ids.append(test_id)
103
104 test = LocalTester(t)
105

Callers 1

__call__Method · 0.95

Calls 2

__assertionFailureMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected