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

Method expect_modification

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

Source from the content-addressed store, hash-verified

621 wildcard)
622
623 def expect_modification(self, names):
624 for name in self.adjust_names(names):
625 try:
626 glob_remove(self.unexpected_difference.modified_files, name)
627 except:
628 annotation("failure", "File %s not modified as expected" %
629 name)
630 self.fail_test(1)
631
632 def ignore_modification(self, wildcard):
633 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