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

Function annotation

test/BoostBuild.py:76–80  ·  view source on GitHub ↗

Records an annotation about the test run.

(name, value)

Source from the content-addressed store, hash-verified

74
75
76def annotation(name, value):
77 """Records an annotation about the test run."""
78 annotations.append((name, value))
79 if not defer_annotations:
80 flush_annotations()
81
82
83def get_toolset():

Callers 12

annotate_stack_traceFunction · 0.85
dump_stdioMethod · 0.85
run_build_systemMethod · 0.85
readMethod · 0.85
fail_testMethod · 0.85
expect_additionMethod · 0.85
expect_removalMethod · 0.85
expect_modificationMethod · 0.85
expect_touchMethod · 0.85
expect_nothingMethod · 0.85
expect_nothing_moreMethod · 0.85
__expect_linesMethod · 0.85

Calls 2

flush_annotationsFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected