Example #1
0
    def print_summary(self):
        print("--- Server command ---")
        print("> {}".format(_plano.read(self.command_file)), end="")
        print("--- Server output ---")

        for line in _plano.read_lines(self.output_file):
            print("> {}".format(line), end="")
Example #2
0
    def print_summary(self):
        print("--- Server command ---")
        print("> {}".format(_plano.read(self.command_file)), end="")
        print("--- Server output ---")

        for line in _plano.read_lines(self.output_file):
            print("> {}".format(line), end="")