Пример #1
0
 def test_print_terminal_line_with_ofset(self):
     print "\nBelow should be a line of '!' which extend for the length of the window. Try rerunning at different sizes\n\n"
     cli.print_terminal_line("!", 0.5)
     self.seperator()
Пример #2
0
 def test_print_terminal_line_with_ofset(self):
     print "\nBelow should be a line of '!' which extend for the length of the window. Try rerunning at different sizes\n\n"
     cli.print_terminal_line("!", 0.5)
     self.seperator()
Пример #3
0
 def seperator(self):
     ## this is so meta, but use the print_terminal_line to help deliniate tests!
     print("\n")
     cli.print_terminal_line("_")
Пример #4
0
 def seperator(self):
     ## this is so meta, but use the print_terminal_line to help deliniate tests!
     print("\n")
     cli.print_terminal_line("_")