コード例 #1
0
 def test_strip(self):
     self.assertEquals(TERMINAL.strip('  foo  '),
                       FakeTerminal().strip('  foo  '))
コード例 #2
0
 def test_strip(self):
     self.assertEquals(TERMINAL.strip('  foo  '),
                       FakeTerminal().strip('  foo  '))