예제 #1
0
파일: tests.py 프로젝트: jtruscott/ld27
 def setUp(self):
     if self.force_backend:
         term.init(backends=[self.force_backend], width=self.width, height=self.height)
     else:
         term.init(width=self.width, height=self.height)
     term.clear()
     term.set_title(self._testMethodName)
예제 #2
0
파일: tests.py 프로젝트: jtruscott/ld27
 def setUp(self):
     if self.force_backend:
         term.init(backends=[self.force_backend],
                   width=self.width,
                   height=self.height)
     else:
         term.init(width=self.width, height=self.height)
     term.clear()
     term.set_title(self._testMethodName)
예제 #3
0
파일: tests.py 프로젝트: jtruscott/ld27
 def test_set_title(self):
     term.set_title("abcdefg")
예제 #4
0
파일: tests.py 프로젝트: jtruscott/ld27
 def test_set_title(self):
     term.set_title("abcdefg")