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

Method expect_removal

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

Source from the content-addressed store, hash-verified

609 wildcard)
610
611 def expect_removal(self, names):
612 for name in self.adjust_names(names):
613 try:
614 glob_remove(self.unexpected_difference.removed_files, name)
615 except:
616 annotation("failure", "File %s not removed as expected" % name)
617 self.fail_test(1)
618
619 def ignore_removal(self, wildcard):
620 self.__ignore_elements(self.unexpected_difference.removed_files,

Callers 5

test_tag_propertyFunction · 0.80
project_test3.pyFile · 0.80
clean.pyFile · 0.80
regression.pyFile · 0.80
template.pyFile · 0.80

Calls 4

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

Tested by 1

test_tag_propertyFunction · 0.64