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

Method description_set

v2/test/TestCmd.py:296–298  ·  view source on GitHub ↗

Set the description of the functionality being tested.

(self, description)

Source from the content-addressed store, hash-verified

294 pass
295
296 def description_set(self, description):
297 """Set the description of the functionality being tested."""
298 self.description = description
299
300 def fail_test(self, condition=True, function=None, skip=0):
301 """Cause the test to fail."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected