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

Method expect_output_lines

v2/test/BoostBuild.py:717–718  ·  view source on GitHub ↗
(self, lines, expected=True)

Source from the content-addressed store, hash-verified

715 self.fail_test(1)
716
717 def expect_output_lines(self, lines, expected=True):
718 self.__expect_lines(self.stdout(), lines, expected)
719
720 def expect_content_lines(self, filename, line, expected=True):
721 self.__expect_lines(self.__read_file(filename), line, expected)

Calls 2

__expect_linesMethod · 0.95
stdoutMethod · 0.80