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

Method expect_addition

v2/test/BoostBuild.py:599–605  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

597
598 # All names can be either a string or a list of strings.
599 def expect_addition(self, names):
600 for name in self.adjust_names(names):
601 try:
602 glob_remove(self.unexpected_difference.added_files, name)
603 except:
604 annotation("failure", "File %s not added as expected" % name)
605 self.fail_test(1)
606
607 def ignore_addition(self, wildcard):
608 self.__ignore_elements(self.unexpected_difference.added_files,

Calls 4

adjust_namesMethod · 0.95
fail_testMethod · 0.95
glob_removeFunction · 0.85
annotationFunction · 0.85