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

Method expect_modification

test/BoostBuild.py:652–659  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

650 wildcard)
651
652 def expect_modification(self, names):
653 for name in self.adjust_names(names):
654 try:
655 glob_remove(self.unexpected_difference.modified_files, name)
656 except:
657 annotation("failure", "File %s not modified as expected" %
658 name)
659 self.fail_test(1)
660
661 def ignore_modification(self, wildcard):
662 self.__ignore_elements(self.unexpected_difference.modified_files,

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected