def _help_check_lines(self, lines: Iterable[str]):
     """Check the given lines match the graph built during the tests."""
     self.assertEqual(lines, list(_to_bel_lines_body(self.graph)))
示例#2
0
    def help_check_lines(self, lines):
        """Checks the given lines match the graph built during the tests

        :type lines: list[str]
        """
        self.assertEqual(lines, list(_to_bel_lines_body(self.graph)))