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

Method ignore_removal

v2/test/BoostBuild.py:619–621  ·  view source on GitHub ↗
(self, wildcard)

Source from the content-addressed store, hash-verified

617 self.fail_test(1)
618
619 def ignore_removal(self, wildcard):
620 self.__ignore_elements(self.unexpected_difference.removed_files,
621 wildcard)
622
623 def expect_modification(self, names):
624 for name in self.adjust_names(names):

Callers 2

test_merge_existingFunction · 0.95
ignoreMethod · 0.95

Calls 1

__ignore_elementsMethod · 0.95

Tested by 1

test_merge_existingFunction · 0.76