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

Method expect_content_lines

test/BoostBuild.py:722–723  ·  view source on GitHub ↗
(self, filename, line, expected=True)

Source from the content-addressed store, hash-verified

720 self.__expect_lines(self.stdout(), lines, expected)
721
722 def expect_content_lines(self, filename, line, expected=True):
723 self.__expect_lines(self.__read_file(filename), line, expected)
724
725 def expect_content(self, name, content, exact=False):
726 actual = self.__read_file(name, exact)

Calls 2

__expect_linesMethod · 0.95
__read_fileMethod · 0.95

Tested by 1

test_basicFunction · 0.76