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

Method expect_content_lines

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

Source from the content-addressed store, hash-verified

752 self.__expect_lines(self.stdout(), lines, expected)
753
754 def expect_content_lines(self, filename, line, expected=True):
755 self.__expect_lines(self.read_and_strip(filename), line, expected)
756
757 def expect_content(self, name, content, exact=False):
758 actual = self.read(name)

Calls 2

__expect_linesMethod · 0.95
read_and_stripMethod · 0.95

Tested by 1

test_basicFunction · 0.76