コード例 #1
0
ファイル: clitests.py プロジェクト: alexholehouse/cli
 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
ファイル: clitests.py プロジェクト: alexholehouse/cli
 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("_")