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

Method __assertionFailure

test/configuration.py:77–80  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

75 self.__test_ids = []
76
77 def __assertionFailure(self, message):
78 BoostBuild.annotation("failure", "Internal test assertion failure "
79 "- %s" % message)
80 self.__tester.fail_test(1)
81
82 def __call__(self, test_id, env, extra_args=None, *args, **kwargs):
83 if env == "" and not canSetEmptyEnvironmentVariable:

Callers 2

__call__Method · 0.95
__registerTestIdMethod · 0.95

Calls 1

fail_testMethod · 0.45

Tested by

no test coverage detected