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

Method expect_modification

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

Source from the content-addressed store, hash-verified

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